From 2a15815cf7f3cd2dd87b82bf9dc54e372b206a0d Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 25 Oct 2012 15:15:06 -0400 Subject: [PATCH] Add README and COPYRIGHT files to project. --- COPYRIGHT | 1 + README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 COPYRIGHT create mode 100644 README.md 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.