[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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.