diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..da2cd78 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1 @@ +Copyright (c) 2012 by Greg Hendershott. All rights reserved. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ae6dec --- /dev/null +++ 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.