[parenscript-devel] Symbol-macrolet bug

Daniel Gackle danielgackle at gmail.com
Wed Sep 12 20:36:06 UTC 2007


This works correctly:

   (ps (symbol-macrolet ((blah "y"))
      (setf (aref x blah) 123)))

     => "x['y'] = 123;"

... while it appears this does not:

   (ps (symbol-macrolet ((blah "y"))
     (setf (@ x blah) 123)))

   => "x.blah = 123;"

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


More information about the parenscript-devel mailing list