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

Splicing macros are fun!



From:     Date:
Date: Wed, 13 Sep 79 07:15:01 GMT
Original-Date: 09/13/79 03:15:01 EDT
Subject:
    From: ALAN at MIT-AI
    To:   (BUG LISP) at MIT-AI
    Re:   Splicing macros are fun!


    (setsyntax #/~ 'splicing 'read)
    T 
    (plist 'foobar)			;Why would I do that?
    NIL 
    '(a b c ~foobar d e f)
    (A B C . FOOBAR)		;Not quite what I expected
    (plist 'foobar)
    (D E F)				;AH HA!
Fixed and patched.