[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using lower case



There is no way in standard Common Lisp to get full case-sensitivity as
the reader default.  Individual implementations may have a
case-sensitive input mode as an extension, but the CMU code upon which
many Common Lisp implementations are based does not have this feature.

-- Scott