On Sat, Mar 21, 2009 at 9:10 PM, Kevin Downey <[email protected]> wrote:
> > you want defmacro not definline. the result of a macro is a data > structure. that data structure is then evaluated in place of the call > to the macro. definline (I think?) behaves similar to a function, so > if it returns a data structure, you just get that data structure (the > data structure is not then evaluated) You missed the part that it needs to be function not a macro. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
