Subject: Re: merits of Lisp vs Python
From: rpw3@rpw3.org (Rob Warnock)
Date: Sat, 09 Dec 2006 22:30:38 -0600
Newsgroups: comp.lang.lisp,comp.lang.python
Message-ID: <EMOdnShxTLDzEObYnZ2dnUVZ_qHinZ2d@speakeasy.net>
John Thingstad <john.thingstad@chello.no> wrote: +--------------- | (If you want symbols to be case sensitive and default case to be lower | then most Lisp's allow that, but the ANSI spec dosn't give a standard way.) +--------------- What about (setf (readtable-case *readtable*) :invert)? That's in ANSI. -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607