On Tue, 17 Feb 2004, Peter Seibel wrote: > +(defparameter *lisp-name* > + #+cmu "cmu" > + #+sbcl "sbcl" > + #+openmcl "openmcl" > + #+lispworks "lispworks" > + #+allegro "allegro" > + #+clisp "clisp") Why not just use (lisp-implementation-type)? Cheers, -- Nikodemus