[parenscript-devel] BUG: &body in ParenScript macrolet doesn't work.

Vladimir Sedach vsedach at gmail.com
Sat Jun 16 03:02:03 UTC 2007


This works:

(js (macrolet ((foo (bar &rest body) `(+ , at body))) (foo 1 2 3 4)))

This doesn't:

(js (macrolet ((foo (bar &body body) `(+ , at body))) (foo 1 2 3 4)))

Related to this, make ParenScript macrolet support all lambda list
keywords that Lisp macrolet supports.



More information about the parenscript-devel mailing list