[parenscript-devel] Bug: symbol macros have stopped working some of the time
Daniel Gackle
danielgackle at gmail.com
Sun May 10 07:21:40 UTC 2009
Given this:
(ps (define-symbol-macro foo 123))
These work:
(ps foo) => "123;
(ps (return foo)) => "return 123;"
But these do not:
(ps (list foo)) => "[foo];"
(ps (create foo 456)) => "{ foo : 456 };"
(ps (return (if (blah) foo blech))) => "return blah() ? foo : blech;"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20090510/22bffe36/attachment.html>
More information about the parenscript-devel
mailing list