Daniel Gackle danielgackle@gmail.com writes:
Further to the previous bug report, I noticed that lexical variables are being renamed unnecessarily in this case:
(ps (let ((x (@ foo x))) (blah x))) => "var x2 = foo.x; blah(x2);"
This also works fine on my branch.
My let fixed could be merged into parenscript proper without my other changes.