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

The Reader and lower-case characters



There is no way specified in Common Lisp to tell the reader not to
transform symbols to upper case, though some implementations provide
this facility.  For an individual symbol, you could put vertical bars
around it or call INTERN yourself with the mixed-case string.

-- Scott