chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] keyword args not assigned in program.


From: Alex Shinn
Subject: Re: [Chicken-users] keyword args not assigned in program.
Date: Sat, 20 Nov 2010 06:37:59 -0800

On Sat, Nov 20, 2010 at 5:59 AM, Alan Post <address@hidden> wrote:
>
> It appears that directly evaluating the result of the compiler causes
> #!key arguments not to be assigned, but if I save that same result
> and read it back in, things work fine.

Seeing the compiler would help, but I'll take
a stab and guess you're expanding  with macros.
That means the expanded forms will be wrapped
hygienically and not match plain symbols.

Reading and writing to a file effectively strips
hygiene.  To do this manually at runtime, use
`strip-syntax' on the keyword names.

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]