[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The Reader and lower-case characters
- To: David Singer <DSinger@SRI-KL.ARPA>
- Subject: The Reader and lower-case characters
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Wed, 18 Jun 1986 00:07:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 17 Jun 1986 16:02-EDT from David Singer <DSinger at SRI-KL>
- Sender: FAHLMAN@C.CS.CMU.EDU
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