A practical guide to Racket macros
.gitignore | ||
add-to-head.rkt | ||
COPYRIGHT | ||
Epilogue.html | ||
fear-of-macros.jpg | ||
gh.css | ||
index.html | ||
index.rkt | ||
macro-stepper.png | ||
make-doc.sh | ||
Our_plan_of_attack.html | ||
pattern-matching.html | ||
Preface.html | ||
push.sh | ||
racket.css | ||
README.md | ||
References_and_Acknowledgments.html | ||
Robust_macros__syntax-parse.html | ||
scribble-common.js | ||
scribble-style.css | ||
scribble.css | ||
Syntax_parameters.html | ||
Transform_.html | ||
What_s_the_point_of_splicing-let_.html |
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
To read: http://www.greghendershott.com/fear-of-macros
Feeback
Feedback is welcome; please use Issues page here on GitHub.