Comment on What could go wrong trying to solve AoC in Rust?

<- View Parent
AVincentInSpace@pawb.social ⁨9⁩ ⁨months⁩ ago

No 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.

source
Sort:hotnewtop