Subject: Re: Strings to Lists ???
From: Erik Naggum <erik@naggum.no>
Date: 1996/08/30
Newsgroups: comp.lang.lisp
Message-ID: <3050380144463284@arcana.naggum.no>


[Ben Larner]

|   How do you convert a string to a list for evaluation or quoting?

`read' is the fundamental function for this.  see `read-from-string'.

#\Erik
-- 
main () { printf ("%d\n", sin ("foo")); }