[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: George J. Carrette <GJC at MIT-MC>
- Date: Mon, 3 Aug 81 19:07:00 GMT
- Original-date: 3 August 1981 15:07-EDT
In :L with no init do:
(setsyntax #/~ 'splicing '(lambda () '(foo bar)))
'(~) ; this works
'(~~) ; this causes lisp to wedge, use ^G to get out.
'(~) ; further uses of "~" will wedge.