From ... From: Erik Naggum Subject: Re: why (reverse "aba") not compliing? Date: 1999/03/02 Message-ID: <3129384541422388@naggum.no>#1/1 X-Deja-AN: 450422703 References: <920388085.138047@fire-int> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * bernardp@cli.di.unipi.it (Pierpaolo Bernardi) | But note that (reverse "aba") is trying to modify a constant string. you may be thinking about NREVERSE, not REVERSE. #:Erik