[parenscript-devel] Bug: function call doesn't work with symbol macros
Vladimir Sedach
vsedach at gmail.com
Sun Nov 1 17:22:19 UTC 2009
It's not supposed to, at least according to Common Lisp. I don't know
what the exact rationale behind that is, but I suspect it has
something to do with the fact that you can do the same thing with
regular macros, and allowing this would be like crossing the function
and symbol/variable namespaces.
Vladimir
2009/10/30 Daniel Gackle <danielgackle at gmail.com>:
> (ps (symbol-macrolet ((fake real))
> (fake 123)))
>
> =>
>
> "fake(123);"
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>
More information about the parenscript-devel
mailing list