[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BQUOTE
- To: LispDiscussion^, InterlispSites^
- Subject: BQUOTE
- From: Masinter at PARC-MAXC
- Date: Thu, 16 Jul 1981 09:28:25 -7000
- Date: 16 Jul 1981 09:24 PDT
- Cc: CSD.JJF at SU-SCORE, csd.greiner at SU-SCORE, csd.dea at SU-SCORE, csd.smith at SU-SCORE
- Reply-to: Masinter
There is (as of yesterday morning) a revised version of BQUOTE &
BQUOTE.COM on [parc-maxc]<LISPUSERS> and <NETLISPUSERS> respectively
with some slight extensions and fixes.
Extended character set (LMLisp and MacLisp compatibility):
,@ means the same as ,, (splice in using APPEND)
,. means to splice in using NCONC.
Minor fixes for some obscure cases, e.g., |'(... %, ...).
I intend to include this in the standard Interlisp-10 system, at which time the
character conventions will be more difficult to change. Comments appreciated.
Larry