Re: Macro expand time

2010-05-26 Thread Quzanti
0/5/26 Quzanti > > > Hi, > > > As a newbie to lisp/clojure one thing I am having real trouble with is > > understanding macro expand time (now having discovered the difference > > between quote and backquote I was hoping I was on the way to nirvana > > but still

Re: Macro expand time

2010-05-26 Thread Laurent PETIT
Hi, 2010/5/26 Quzanti > Hi, > > As a newbie to lisp/clojure one thing I am having real trouble with is > understanding macro expand time (now having discovered the difference > between quote and backquote I was hoping I was on the way to nirvana > but still trip up) > &g

Macro expand time

2010-05-26 Thread Quzanti
Hi, As a newbie to lisp/clojure one thing I am having real trouble with is understanding macro expand time (now having discovered the difference between quote and backquote I was hoping I was on the way to nirvana but still trip up) Some newbie questions: If the macro is run at compile time how