[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Symbols and immutability
From: |
felix winkelmann |
Subject: |
Re: [Chicken-hackers] Symbols and immutability |
Date: |
Tue, 15 Apr 2008 14:27:06 +0200 |
On Tue, Apr 15, 2008 at 2:12 AM, Ivan Raikov <address@hidden> wrote:
>
> Hello,
>
> I have changed the symbol->string procedure to copy the string
> associated with its argument. There should be a new development
> snapshot available tomorrow, or you can check it out from SVN.
You changed ##sys#symbol->string, which is the lowlevel method
of fetching the string part. string->symbol should actually do the
copying. I changed it accordingly (->string uses the highlevel version,
so should be safe).
cheers,
felix