[icfp] little twerks

This commit is contained in:
ben 2016-03-03 02:28:50 -05:00
parent e4d10bc0cd
commit 00619ff42d
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ All this is clear from the program text to the programmer; our contribution
A macro system provides a general framework for transforming and analyzing A macro system provides a general framework for transforming and analyzing
program syntax. program syntax.
Languages with strong macro systems are surprisingly expressive@~cite[f-scp-1991]. Languages with strong macro systems are surprisingly expressive. @;@~cite[f-scp-1991].
Case in point, Herman and Meunier demonstrated how macros can propogate Case in point, Herman and Meunier demonstrated how macros can propogate
information embedded in string values and syntax patterns to a information embedded in string values and syntax patterns to a
static analyzer@~cite[hm-icfp-2004]. static analyzer@~cite[hm-icfp-2004].

View File

@ -31,7 +31,7 @@
@include-section{intro.scrbl} @include-section{intro.scrbl}
@include-section{solution.scrbl} @include-section{solution.scrbl}
@;@section[#:style 'unnumbered]{Acknowledgments} @section[#:style 'unnumbered]{Acknowledgments}
Sam Tobin-Hochstadt for reminding us that Typed Racket is macro-extensible, Sam Tobin-Hochstadt for reminding us that Typed Racket is macro-extensible,
Stephen Chang for teaching us syntax properties and rename transformers, Stephen Chang for teaching us syntax properties and rename transformers,