(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>