[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ART@THINK-AQUINAS.ARPA: Another reader macro]
- To: Guy Steele <gls@AQUINAS.THINK.COM>
- Subject: [ART@THINK-AQUINAS.ARPA: Another reader macro]
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Tue, 18 Mar 1986 14:42:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 18 Mar 1986 10:31-EST from Guy Steele <gls at THINK-AQUINAS.ARPA>
- Sender: FAHLMAN@C.CS.CMU.EDU
I'd like to see the combination #! be reserved for something more
important and interesting than comment out a single expression. The #|
... |# does this job perfectly well, except that you need to find the
end of the thing you are commenting out: only one or two extra
keystrokes in a decent editor. Is suppose that if doing this as a pure
prefix were deemed useful, we could adopt the convention that the
feature T is always present in all Common Lisps, so that #-T would do
the right thing.
[It's really too bad that some people decided that T and NIL were cute
names for Lisp dialects. Would #-T run afoul of someone's T-language
emulation package?]
-- Scott