A practical guide to Racket macros
![]() The previous snippet had a guard of "fender" clause that always resulted in an error, even on valid calls. The fixed snippet performs a check and only errors in bad cases. |
||
---|---|---|
.gitignore | ||
add-to-head.rkt | ||
COPYRIGHT | ||
fear-of-macros.jpg | ||
gh.css | ||
index.rkt | ||
macro-stepper.png | ||
makefile | ||
README.md |
What it is
This is a rough draft of a practical guide to Racket macros.
I started to write it not because I understand macros very well, but because I don't.
Where to read it
Feeback
Feedback is welcome; please use Issues page here on GitHub.