Comment on What could go wrong trying to solve AoC in Rust?
AVincentInSpace@pawb.social 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.
crispy_kilt@feddit.de 9 months ago
Right, of course, I meant no error handling in the Python impl