[Top][All Lists]
[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
- [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/22
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Thomas Bushnell, BSG, 2011/10/22
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/24
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Thomas Bushnell, BSG, 2011/10/24
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/25
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Thomas Bushnell, BSG, 2011/10/25
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, John Cowan, 2011/10/25
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Thomas Bushnell, BSG, 2011/10/25
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, John Cowan, 2011/10/25
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/26
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword,
Felix <=
- Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/24