Merge branch 'master' into gh-pages

This commit is contained in:
Greg Hendershott 2012-10-25 15:35:29 -04:00
commit e141823bfd
5 changed files with 31 additions and 8 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](http://www.greghendershott.com/fear-of-macros/fear-of-macros.jpg "")
## 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

View File

@ -16,14 +16,14 @@
@image["fear-of-macros.jpg"]
@title[#:version ""]{Fear of Macros}
@author{Greg Hendershott}
@author[@hyperlink["https://github.com/greghendershott/fear-of-macros/issues"
"Greg Hendershott"]]
@smaller{Copyright (c) 2012 by Greg Hendershott. All rights reserved.}
@para[@smaller["Last updated "
(parameterize ([date-display-format 'iso-8601])
(date->string (current-date) #t))]]
@table-of-contents{}
@; ----------------------------------------------------------------------------
@section{Introduction}
@ -50,6 +50,10 @@ going on. Gah.
I'm starting to write this at the point where the shapes are slowly
emerging from the fog.
@margin-note{If you have any corrections, criticisms, complaints, or whatever,
@hyperlink["https://github.com/greghendershott/fear-of-macros/issues" "please
let me know"].}
My primary motive is selfish. Explaining something forces me to learn
it more thoroughly. Plus I expect that if I write something with
mistakes, other people will be eager to point them out and correct