On Wed, 2011-11-09 at 13:50 -0800, Sean Bowman wrote:
> Apparently the missing bit is I need to "escape" the symbol calls,
> e.g.
> 
>     (defn ~(symbol "index") ...
> 
> Is this correct?

Better yet, ~'index.

There's a good example of this pattern in defmacro fn in
clojure/core.clj.


-- 
Stephen Compall
^aCollection allSatisfy: [:each|aCondition]: less is better

-- 
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 from new members are moderated - please be patient with your 
first post.
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