|
|
|
|
|
by BoingBoomTschak
497 days ago
|
|
Your language doesn't have pattern matching? It doesn't have Python's "with" or do...while? You want to generate an enum from a CSV file? Want to add a useful abstraction specific to your domain? How do you implement short-circuiting yourself (i.e. `A && B` only evaluating B when A succeeds) without thunking? Read https://gigamonkeys.com/book/macros-standard-control-constru... |
|