9 Oct
2009
9 Oct
'09
9:14 p.m.
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. -- Jessie: i thought your beard took the oxygen from the air and made it breathable for you