@[email protected] to Programmer [email protected]English • edit-21 year agoWhat could go wrong trying to solve AoC in Rust?sh.itjust.worksimagemessage-square17fedilinkarrow-up173
arrow-up173imageWhat could go wrong trying to solve AoC in Rust?sh.itjust.works@[email protected] to Programmer [email protected]English • edit-21 year agomessage-square17fedilink
minus-square@[email protected]linkfedilinkEnglish2•1 year 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-square@[email protected]linkfedilink2•1 year 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