chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] warn if binding to keyword


From: Felix
Subject: Re: [Chicken-hackers] [PATCH] warn if binding to keyword
Date: Wed, 26 Oct 2011 02:43:34 -0400 (EDT)

From: "Thomas Bushnell, BSG" <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] warn if binding to keyword
Date: Tue, 25 Oct 2011 07:07:06 -0700

> In the context, it's been bound.  If ,%: returns the keyword instead of the
> value of the local variable, it's a bug.
> 

So, should "(let ((10 'x)) 10)" return "10"? "%:" is not a variable,
it's a keyword (which happens to a special form of symbol in chicken).


cheers,
felix



reply via email to

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