https://github.com/kevinw/jai-macro-challenges
https://github.com/kevinw/jai-macro-challenges
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinw/jai-macro-challenges
- Owner: kevinw
- Created: 2021-04-27T13:42:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T00:45:16.000Z (over 3 years ago)
- Last Synced: 2025-02-16T08:44:06.315Z (3 months ago)
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jai-macro-challenges

Some things I wish I had macros for sometimes.
## An aside
Just because everything is possible under the sun at compile-time, doesn't mean
you can or should. It's very easy to write unreadable code, even without
metaprogramming.Consider the debts you are shuffling around while programming: time the user of
your code writes more code. Time the compiler spends compiling. Time the user
spends waiting for your program. Time you spend writing a useful program.
Optimize wisely.