[plt-scheme] String -> listof symbols

From: David Yrueta (dyrueta at gmail.com)
Date: Mon May 17 13:00:46 EDT 2010

Hi All --

Is there an easy way to convert a string like this -- "(a or (b and c))" --
 to a list-of-symbols equivalent to '(a or (b and c)) ?

(string->symbol "(a or (b and c))" returns '|(a or (b and c))|" . What do
the the vertical lines which book-end the output value signify?

Thanks!

Dave Yrueta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100517/f260dd54/attachment.html>

Posted on the users mailing list.