On Thursday, June 14, 2012 8:09:50 AM UTC-4, Jim foo.bar wrote:
>
> It has to be 'do' instead of 'doto'... 
>

Well, if you want to be able to use doto, you could do something like

(doto foo
  (.bar x)
  (.baz y)
  (#(dotimes [i 10] (.zab % g))))

-- 
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