On Sat, Mar 21, 2009 at 9:10 PM, Kevin Downey <redc...@gmail.com> 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to