[parenscript-devel] Operator precedence bug

Daniel Gackle danielgackle at gmail.com
Tue Jan 31 20:31:16 UTC 2012


  (let ((str "a")
        (n 1))
    (+ str (+ n 1)))

should produce "a2", but instead compiles to "str + n + 1" and produces
"a11".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20120131/4d3c2db2/attachment.html>


More information about the parenscript-devel mailing list