Merge branch 'master' into gh-pages

This commit is contained in:
Greg Hendershott 2012-10-25 18:56:32 -04:00
commit da843ae7fa
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -287,6 +287,11 @@ compiler, and @italic{that} syntax is evaluated:
@subsection{Compile time vs. run time}
@codeblock[#:indent 10]{
(define-syntax (foo stx)
(make-pipe)) ;This is not run time.
}
Normal Racket code runs at ... run time. Duh.
@margin-note{Instead of "compile time vs. run time", you may hear it