From ... From: Erik Naggum Subject: Re: List --> String???? Date: 1996/07/11 Message-ID: <3046039311791409@arcana.naggum.no>#1/1 X-Deja-AN: 167701393 references: <4rtl6p$cpm@fnord.dfw.net> <31E3DD31.3BAE@nortel.ca> organization: Dept. of Informatics, University of Oslo, Norway newsgroups: comp.lang.lisp [Bruce Voss] | I am trying to convert a complex list (list of lists) into a string. | The list looks something like this: | | ((2 3) (3 4) (4 5)) | | I want it to look like this: | | "((2 3) (3 4) (4 5))" | | Does anyone know how this can be done with relative ease? see the section of the Lisp printer in your Lisp reference. #\Erik