A practical guide to Racket macros
Go to file
2014-03-25 08:51:27 -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. 2014-03-25 08:40:21 -04:00
COPYRIGHT Add README and COPYRIGHT files to project. 2012-10-25 15:15:06 -04:00
Epilogue.html Regen HTML. 2014-03-25 08:40:21 -04:00
fear-of-macros.jpg Update image. 2012-10-25 15:35:19 -04:00
gh.css Use new Racket 6.0 Scribble CSS as-is. 2014-03-25 08:38:29 -04:00
index.html Regen HTML. 2014-03-25 08:40:21 -04:00
index.rkt A couple prose edits. 2014-03-25 08:51:27 -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
manual-fonts.css Regen HTML. 2014-03-25 08:40:21 -04:00
manual-racket.css Regen HTML. 2014-03-25 08:40:21 -04:00
manual-style.css Regen HTML. 2014-03-25 08:40:21 -04:00
Our_plan_of_attack.html Regen HTML. 2014-03-25 08:40:21 -04:00
pattern-matching.html Regen HTML. 2014-03-25 08:40:21 -04:00
Preface.html Regen HTML. 2014-03-25 08:40:21 -04:00
push.sh Add comment to push.sh 2012-10-24 20:34:52 -04:00
racket.css Regen HTML. 2014-03-25 08:40:21 -04: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 Regen HTML. 2014-03-25 08:40:21 -04:00
Robust_macros__syntax-parse.html Regen HTML. 2014-03-25 08:40:21 -04:00
scribble-common.js Regen HTML. 2014-03-25 08:40:21 -04:00
scribble-style.css Initial commit. 2012-10-24 15:11:13 -04:00
scribble.css Regen HTML. 2014-03-25 08:40:21 -04:00
Syntax_parameters.html Regen HTML. 2014-03-25 08:40:21 -04:00
Transform_.html Regen HTML. 2014-03-25 08:40:21 -04:00
What_s_the_point_of_splicing-let_.html Regen HTML. 2014-03-25 08:40:21 -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.