please ignore! sleep deprived.

On Mar 20, 2017 3:32 PM, "Gregg Reynolds" <d...@mobileink.com> wrote:



On Mar 20, 2017 3:11 PM, "John Gabriele" <jmg3...@gmail.com> wrote:

On Monday, March 20, 2017 at 4:14:46 AM UTC-4, Matching Socks wrote:
>
> Methods having the same name might be distinguished by their argument
> lists.
>

Thanks, but it sounds like you're describing method overloading, as in

    (.someMethod someObj arg1) ; vs
    (.someMethod someObj arg1 arg2) ; different arity gets different method

whereas I think I'm asking about what the `(.someMethod SomeClass ...)`
syntax is supposed to mean (where it looks like one is trying to call an
instance method on a Class


it's just an example of the difficulty of documenting abstractions.  just
replace "SomeClass" with "instanceOfSomeClass"

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to