[parenscript-devel] Bug: array referencing doesn't work on conditional expression

Daniel Gackle danielgackle at gmail.com
Thu Aug 21 03:48:08 UTC 2008


(ps (aref (if a b c) 0))

=> "a ? b : c[0];"

instead of the correct "(a ? b : c)[0]"

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20080820/96463702/attachment.html>


More information about the parenscript-devel mailing list