A practical guide to Racket macros
Go to file
Greg Hendershott ebf9943af4 Update syntax-parse section.
- Fix existing links and add more links.

- Tweak some prose.
2014-03-25 08:30:51 -04:00
.gitignore Build multiple HTMLs 2012-11-13 13:57:32 -05:00
add-to-head.rkt Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
all.html Regen HTML for gh-pages 2013-09-28 14:00:34 -04:00
COPYRIGHT Add README and COPYRIGHT files to project. 2012-10-25 15:15:06 -04:00
Epilogue.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04: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 for gh-pages 2013-09-28 14:00:34 -04:00
index.rkt Update syntax-parse section. 2014-03-25 08:30:51 -04:00
macro-stepper.png Polish macro stepper section, including screen shot. 2012-10-26 08:24:46 -04:00
make-doc.sh Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
Our_plan_of_attack.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
pattern-matching.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
Preface.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
push.sh Add comment to push.sh 2012-10-24 20:34:52 -04:00
racket.css Regen HTML. 2013-01-20 18:07:10 -05:00
README.md Add to README.md link to one big HTML file. 2013-08-15 13:46:25 -04:00
References_and_Acknowledgments.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04:00
Robust_macros__syntax-parse.html Add more rationale for syntax parameters. 2013-08-15 14:27:16 -04:00
scribble-common.js Regen HTML. 2013-01-20 18:07:10 -05:00
scribble-style.css Initial commit. 2012-10-24 15:11:13 -04:00
scribble.css Regen HTML. 2013-01-20 18:07:10 -05:00
Syntax_parameters.html Add more rationale for syntax parameters. 2013-08-15 14:27:16 -04:00
Transform_.html Regen HTML for gh-pages 2013-09-28 14:00:34 -04:00
What_s_the_point_of_splicing-let_.html Also generate all-in-one HTML file, all.html. 2013-08-15 13:38:13 -04: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

Feeback

Feedback is welcome; please use Issues page here on GitHub.