Re: Minor macroexpand issue

2010-08-31 Thread Frederic Koehler
On Tue, 2010-08-31 at 08:14 +0200, Konrad Hinsen wrote: > On 30 Aug 2010, at 23:18, Frederic Koehler wrote: > > > I accidentally noticed this: > > > > On clojure 1.2, macroexpanding with a function name which is a class, > > causes this ugly error: > > > &

Minor macroexpand issue

2010-08-30 Thread Frederic Koehler
I accidentally noticed this: On clojure 1.2, macroexpanding with a function name which is a class, causes this ugly error: > (macroexpand '(Object)) java.lang.Exception: Expecting var, but Object is mapped to class java.lang.Object (repl-1:2) when presumably it should just give '(Object). I hav