[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: |
Tue, 25 Oct 2011 09:50:37 +0200 (CEST) |
From: "Thomas Bushnell, BSG" <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] warn if binding to keyword
Date: Mon, 24 Oct 2011 09:16:14 -0700
> Isn't that a bug? It should get the local value *unconditionally *unless you
> wrap it with rename.
I'm afraid I don't understand this sentence. To clarify the problem:
The ",%:" will return the keyword "%:", not the value of the local
variable "%:" (in chicken, keywords are not disjoint from symbols).
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 <=
- 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, 2011/10/26
Re: [Chicken-hackers] [PATCH] warn if binding to keyword, Felix, 2011/10/24