[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tracing macros
- To: (BUG LISPM) at MIT-AI
- Subject: Re: tracing macros
- From: KEN@MIT-AI
- Date: Mon ,19 Jun 79 13:40:53 EDT
a macro such as
(defmacro foo (x y) `(list (quote ,x) ,y))
works fine on
(foo bar 2)
but if foo is traced it tries to evaluate bar and errors out