Given all the ways that values can be inserted into multiple
expressions: doto, ->, ->> and .., I was surprised that I couldn't
find one that would handle this case:

      (.setEnabledCipherSuites socket (.getSupportedCipherSuites socket))

I would expect this to be common: I want to invoke a method on a java
object, then pass that result to a different method on the same
object. Did I miss this macro, or is it just not that common?

    Thanks,
    <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

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