Re: Macro Design - by example

2009-06-10 Thread Emeka
Meikel, Could I be allowed to join your online class:) Regards, Emeka --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts fro

Re: Macro Design - by example

2009-06-09 Thread Daniel Lyons
On Jun 8, 2009, at 3:50 PM, Meikel Brandmeyer wrote: > And now you can track the event passing. Eh.. well.. > Not quite! First you have to recompile all your code > and restart the application. Since a macro gets > expanded at compile time, there is no way to change > the expansion afterwards.

Re: Macro Design - by example

2009-06-09 Thread Laurent PETIT
Good ! Do you consider putting this on the clojure wikibook ? Cheers, -- Laurent 2009/6/8 Meikel Brandmeyer : > Dear Clojurians, > > in the past there were several discussions on the list > regarding the one or the other macro. Please let me > show some design principles, which I believe are

Macro Design - by example

2009-06-08 Thread Meikel Brandmeyer
Dear Clojurians, in the past there were several discussions on the list regarding the one or the other macro. Please let me show some design principles, which I believe are good ideas for macro design. On the occasion of a question in another thread we will write a small helper macro to add an a