[parenscript-devel] Bug: symbol macros have stopped working some of the time

Vladimir Sedach vsedach at gmail.com
Fri May 15 22:07:36 UTC 2009


Fixed. Thanks for the bug report.

Vladimir

On Sun, May 10, 2009 at 1:21 AM, Daniel Gackle <danielgackle at gmail.com> wrote:
> 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;"
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>




More information about the parenscript-devel mailing list