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: Linas Vepstas
Subject: Re: A variable that holds a string which may be the name of a variable.
Date: Thu, 3 Dec 2009 11:23:47 -0600

2009/12/2 Neil Jerram <address@hidden>:
Neil,

For my own edification -- is tehre any difference between

>  (let ((sym (with-input-from-string mything read)))

and

(let ((sym (string->symbol mything)))

?

--linas




reply via email to

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