Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!sdd.hp.com!elroy.jpl.nasa.gov!forsight!gat From: gat@forsight.jpl.nasa.gov (Erann Gat) Newsgroups: comp.lang.lisp Subject: Re: String to List function! Keywords: string list Message-ID: <1991May24.222146.980@elroy.jpl.nasa.gov> Date: 24 May 91 22:21:46 GMT References: <326@daily-planet.concordia.ca> <1991May24.215050.7088@agate.berkeley.edu> Sender: news@elroy.jpl.nasa.gov (Usenet) Organization: Jet Propulsion Laboratory Lines: 1 Nntp-Posting-Host: robotics.jpl.nasa.gov (defun string->list (s) (read-from-string (concatenate 'string "(" s ")")))