From: Hans Oesterholt-Dijkema (hdnews at gawab.com) Date: Fri Aug 19 01:42:27 EDT 2005 |
|
Eli Barzilay schreef: Less overhead? >On Aug 19, Hans Oesterholt-Dijkema wrote: > > >>It's a hack, but it works! Thanks! Wrapped it as follows: >> >>(define-syntax make-literal >> (syntax-rules () >> ((_ s1 ...) >> (make-comment (format "-->\n~a\n<!--" (string-append s1 ...)))))) >> >> > >Why not a plain function? > >(FWIW, I think that Jay's way is better than this...) > > >
Posted on the users mailing list. |
|