guile-devel
[Top][All Lists]
Advanced

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

Re: How do I really do this?


From: Paul Jarc
Subject: Re: How do I really do this?
Date: Thu, 11 Mar 2004 09:54:12 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Neil Jerram <address@hidden> wrote:
> Bruce Korb <address@hidden> writes:
>> OK.  This works:
>>
>>    (define sym-name (value-function))
>>
>> So, why doesn't this:
>>
>>    (define (string->symbol "sym-name") (val-func))
...
> Perhaps you're not trying to redefine it?  In which case, I still
> don't understand what you are trying to do.

I think he was trying to define sym-name, just as in the first case -
as if "define" were a normal procedure.  Of course, make-hash-table is
the way to go.


paul




reply via email to

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