[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Case sensitive reading.
- To: Lee Schumacher <lee%hplles@HPLABS.HP.COM>
- Subject: Case sensitive reading.
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Fri, 27 Jun 1986 01:09:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 26 Jun 1986 17:47-EDT from Lee Schumacher <lee%hplles at hplabs.HP.COM>
- Sender: FAHLMAN@C.CS.CMU.EDU
The Lisp reader was designed primarily for reading Lisp code. There are
all sorts of things in other computer languages that would tend to choke
it. Case sensitivity is one of them. It is unreasonable to expect that
there would be a few built-in switches you could throw to turn the Lisp
reader into a C parser or even a C tokenizer. On the other hand, there
are lots of built-in facilities that would make it a relatively
strightforward matter to write such a thing from scratch.
-- Scott