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

Splicing macros



    Date: 3 August 1981 15:07-EDT
    From: George J. Carrette <GJC at MIT-MC>
    In :L with no init do:
    (setsyntax #/~ 'splicing '(lambda () '(foo bar)))
    .  .  .
This definition is wrong.  you should have used (list 'foo 'bar)
instead, for splicing macros, oddly enough, "splice-in" their result.