From 61a2f44512f1553a2a86ca76db0331170b340847 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Wed, 31 Oct 2012 14:48:31 -0400 Subject: [PATCH] Clean up "other questions" section. --- main.rkt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/main.rkt b/main.rkt index 8afc6a5..fb7e918 100644 --- 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}