commit 61a2f44512f1553a2a86ca76db0331170b340847
parent 95aeab99234a2b5905fe34b3d5ec9a731ae77ac5
Author: Greg Hendershott <greghendershott@gmail.com>
Date: Wed, 31 Oct 2012 14:48:31 -0400
Clean up "other questions" section.
Diffstat:
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/main.rkt b/main.rkt
@@ -951,20 +951,7 @@ TO-DO.
@; ----------------------------------------------------------------------------
-@section{Other questions}
-
-Hopefully I will answer these in the course of writing the other
-sections. But just in case, here's a running list:
-
-@subsection{What's the point of @racket[with-syntax]?}
-
-Done.
-
-@subsection{What's the point of @racket[begin-for-syntax]?}
-
-Done.
-
-@subsection{What's the point of @racket[racket/splicing]?}
+@section{What's the point of @racket[racket/splicing]?}
I stared at @racket[racket/splicing] for the longest time, not
understanding exactly how it works, or why I'd want to use it. As with
@@ -1034,6 +1021,7 @@ The splicing variation is more convenient than the usual way:
When there are many body forms---and you are generating them in a
macro---the splicing variations can be much easier.
+
@; ----------------------------------------------------------------------------
@section{References and Acknowledgments}