Add README and COPYRIGHT files to project.

This commit is contained in:
Greg Hendershott 2012-10-25 15:15:06 -04:00
parent 17af524667
commit 2a15815cf7
2 changed files with 17 additions and 0 deletions

1
COPYRIGHT Normal file
View File

@ -0,0 +1 @@
Copyright (c) 2012 by Greg Hendershott. All rights reserved.

16
README.md Normal file
View File

@ -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.