Merge branch 'master' into gh-pages
This commit is contained in:
commit
e141823bfd
1
COPYRIGHT
Normal file
1
COPYRIGHT
Normal file
|
@ -0,0 +1 @@
|
|||
Copyright (c) 2012 by Greg Hendershott. All rights reserved.
|
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||

|
||||
|
||||
## 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 |
14
index.html
14
index.html
File diff suppressed because one or more lines are too long
8
main.rkt
8
main.rkt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user