MaliciousKebab to Programmer Humor@programming.devEnglish · edit-210 months agoWhat could go wrong trying to solve AoC in Rust?imagemessage-square17fedilinkarrow-up172arrow-down17
arrow-up165arrow-down1imageWhat could go wrong trying to solve AoC in Rust?MaliciousKebab to Programmer Humor@programming.devEnglish · edit-210 months agomessage-square17fedilink
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up2·9 months agoNo less readable than half the Python comprehensions I’ve written. zero error handling. Not necessarily. The macro could look for a ? at the end of the final expression (the bit that comes first in a comprehension) and return a Result.
minus-squarecrispy_kilt@feddit.delinkfedilinkarrow-up2·9 months agoRight, of course, I meant no error handling in the Python impl
No less readable than half the Python comprehensions I’ve written.
Not necessarily. The macro could look for a ? at the end of the final expression (the bit that comes first in a comprehension) and return a Result.
Right, of course, I meant no error handling in the Python impl