On Mon, Jan 14, 2013 at 2:32 PM, Pascal J. Bourguignon <pjb@informatimago.com> wrote:
Hi!

When trying to load a module (import ast) in clpython on ccl (1.9-dev-r15508), it fails
on  `(let* ((.undecorated-func #1#) ...)

with the following patch, it works better.  Since the expansion of #\` is implementation dependent,
it might be safer to avoid kludges involving it.

Thanks for the report and fix!
I've applied it on Github.

- Willem