On 20.05.2009, at 17:14, Konrad Hinsen wrote: > Here is another solution that I consider preferable to the use of > load. It requires you to specify explicitly which vars you want to be > replaceable (which I consider an advantage)
That's actually not true: it doesn't require a specification of the replaceable parameters, it merely permits it. > ; Note: it is important to give namespace-qualified symbols here, > otherwise the symbol macro > ; expansion gets into an infinite loop. That isn't true either, as macro expansion stops when the expression does not change any more. I should read my own code before making stupid assertions about it ;-) Konrad. --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---