A practical guide to Racket macros
Go to file
2013-01-20 18:05:43 -05:00
.gitignore Build multiple HTMLs 2012-11-13 13:57:32 -05:00
add-to-head.rkt Build multiple HTMLs 2012-11-13 13:57:32 -05:00
COPYRIGHT Add README and COPYRIGHT files to project. 2012-10-25 15:15:06 -04:00
Epilogue.html Gen htmls 2012-11-13 13:57:47 -05:00
fear-of-macros.jpg Update image. 2012-10-25 15:35:19 -04:00
gh.css Don't make h3 heads so small 2012-11-13 13:04:40 -05:00
index.html Regen html 2012-11-14 08:58:19 -05:00
index.rkt Fix #4: Clarify attempt to define syntax param id as normal var. 2013-01-20 18:05:43 -05:00
macro-stepper.png Polish macro stepper section, including screen shot. 2012-10-26 08:24:46 -04:00
make-doc.sh Fix cp 2012-11-14 08:57:47 -05:00
Our_plan_of_attack.html Gen htmls 2012-11-13 13:57:47 -05:00
pattern-matching.html Gen htmls 2012-11-13 13:57:47 -05:00
Preface.html Gen htmls 2012-11-13 13:57:47 -05:00
push.sh Add comment to push.sh 2012-10-24 20:34:52 -04:00
racket.css Initial commit. 2012-10-24 15:11:13 -04:00
README.md Fix image link. 2012-10-25 15:20:39 -04:00
References_and_Acknowledgments.html Regen html 2012-11-14 08:58:19 -05:00
Robust_macros__syntax-parse.html Gen htmls 2012-11-13 13:57:47 -05:00
scribble-common.js Initial commit. 2012-10-24 15:11:13 -04:00
scribble-style.css Initial commit. 2012-10-24 15:11:13 -04:00
scribble.css Initial commit. 2012-10-24 15:11:13 -04:00
Syntax_parameters.html Gen htmls 2012-11-13 13:57:47 -05:00
Transform_.html Gen htmls 2012-11-13 13:57:47 -05:00
What_s_the_point_of_splicing-let_.html Gen htmls 2012-11-13 13:57:47 -05:00

Fear of Macros

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.