Re: merits of Lisp vs Python
John Thingstad <john.thingstad @chello.nowrote :
+---------------
| (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.or g>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607
John Thingstad <john.thingstad @chello.nowrote :
+---------------
| (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.or g>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607
Comment