Add a link to a Macro tutorial written by Greg Hendershott which helps new learners understand Racket macro better.

This commit is contained in:
zsh_89 2015-11-21 18:00:06 +08:00 committed by Matthew Flatt
parent 901ffdcbac
commit 5691b5a344

View File

@ -15,6 +15,8 @@ make simple transformations easy to implement and reliable to
use. Racket also supports arbitrary macro transformers that are
implemented in Racket---or in a macro-extended variant of Racket.
(For a bottom-up introduction of Racket macro, you may refer to: @(hyperlink "http://www.greghendershott.com/fear-of-macros/" "Fear of Macros"))
@local-table-of-contents[]
@;------------------------------------------------------------------------