guile-user
[Top][All Lists]
Advanced

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

Re: A variable that holds a string which may be the name of a variable.


From: Neil Jerram
Subject: Re: A variable that holds a string which may be the name of a variable.
Date: Thu, 03 Dec 2009 18:52:44 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Richard Shann <address@hidden> writes:

> Thanks to all guileans who have responded. I seem to have a workable
> solution based on Neil's code. The thing I hadn't grokked was the
> existence of the with-input-from-string procedure. I had been messing
> with defined? and symbol? but got nowhere.

I would say the magic is more in `read' than in
`with-input-from-string'.

`read' is responsible for the conversion from
something-that-looks-like-code to actual code - which in your case is a
single symbol.  `with-input-from-string' just tells `read' that the
something-that-looks-like-code is a string.

Regards,
        Neil




reply via email to

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