From ... From: Erik Naggum Subject: Re: Strings to Lists ??? Date: 1996/08/30 Message-ID: <3050380144463284@arcana.naggum.no>#1/1 X-Deja-AN: 177366101 sender: erik@arcana.naggum.no references: <32261E56.41C67EA6@sybase.com> organization: Naggum Software; +47 2295 0313; http://www.naggum.no newsgroups: comp.lang.lisp [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")); }