this post was submitted on 01 Feb 2024
65 points (91.1% liked)

Programmer Humor

18292 readers
1506 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

signal-2024-02-01-19-47-41-855

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 5 months ago (1 children)

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.

[โ€“] [email protected] 2 points 5 months ago

Right, of course, I meant no error handling in the Python impl