[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: association list bug? -- version 1.6.4
From: |
Ludovic Courtès |
Subject: |
Re: association list bug? -- version 1.6.4 |
Date: |
Tue, 15 Nov 2005 18:21:50 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Hi,
Jon Wilson <address@hidden> writes:
> Or, perhaps in some future version, the argument order for assoc and
> friends should be changed to match assoc-ref et al.
This is clearly not possible because `assq' et al. are part of R5RS and
`assoc-ref' has been part of Guile for a very, very long time.
One just has to be very careful when reading the manual. ;-)
Thanks,
Ludovic.