Path: utzoo!mnetor!uunet!mcvax!inria!crcge1!litp!ns From: ns@litp.UUCP (Nitsan SENIAK) Newsgroups: comp.lang.lisp Subject: Common Lisp reader Message-ID: <285@litp.UUCP> Date: 15 Apr 88 14:29:52 GMT Organization: Lab. d'Info. Theorique et Programmation - LITP - Paris - FRANCE Lines: 9 I am looking for a method to make the Common Lisp reader case sensitive without use of escape characters. E.g. the sequence of characters FoObaR would be interned as the symbol FoObaR and not FOOBAR ; and it would be great if it were printed FoObaR and not |FoObaR|. Thanks in advance, Nitsan Seniak