Subject: Re: why (reverse "aba") not compliing? From: Erik Naggum <erik@naggum.no> Date: 1999/03/02 Newsgroups: comp.lang.lisp Message-ID: <3129384541422388@naggum.no> * 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