From: Eli Barzilay (eli at barzilay.org) Date: Thu Aug 18 21:03:08 EDT 2005 |
|
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...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|