commit 2a15815cf7f3cd2dd87b82bf9dc54e372b206a0d parent 17af524667cc5a534baaa6a6d6804d05c3ed0645 Author: Greg Hendershott <greghendershott@gmail.com> Date: Thu, 25 Oct 2012 15:15:06 -0400 Add README and COPYRIGHT files to project. Diffstat:
| A | COPYRIGHT | | | 1 | + |
| A | README.md | | | 16 | ++++++++++++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/COPYRIGHT b/COPYRIGHT @@ -0,0 +1 @@ +Copyright (c) 2012 by Greg Hendershott. All rights reserved. diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +# 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.