Subject: Re: concatenating strings From: Erik Naggum <erik@naggum.no> Date: 14 Nov 2002 21:13:13 +0000 Newsgroups: comp.lang.lisp Message-ID: <3246297193876700@naggum.no> * rif <rif@mit.edu> | I can concatenate strings using | | (concatenate 'string "foo" (a-string-returning-function) "baz")) | | I do this sort of thing a lot, But that should have told you something. You should perhaps look into Common Lisp's support for string-streams. -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.