Subject: Re: Lisp modularization
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 03 Jul 2009 20:40:38 -0500
Newsgroups: comp.lang.lisp
Message-ID: <kJmdnTlEItuLLtPXnZ2dnUVZ_jBi4p2d@speakeasy.net>
Robert Uhl  <eadmund42@NOSPAMgmail.com> wrote:
+---------------
| Also, note the use of *print-case*.  You might want to add this to
| whatever CLISP's equivalent of .sbclrc is: (setf *print-case :downcase).
| This will make Lisp not look like it's from the era of teletypes.
+---------------

Doing (setf (readtable-case *readtable*) :invert) will do much the
name thing, but without losing information in case you have some
mixed-case symbols in your environment.


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607