Re: protocols and namespaces confusion (with an example from core.matrix)

2016-10-19 Thread Gregg Reynolds
On Wed, Oct 19, 2016 at 5:00 PM, Paul Gowder wrote: > Thanks Gregg and Alex! I didn't realize that protocols (or the black > magic interfacing of core.matrix) were that fancy. Definitely going into > my "code to really dig into" list. > > It's remotely possible that you might find the following

Re: protocols and namespaces confusion (with an example from core.matrix)

2016-10-19 Thread Paul Gowder
Thanks Gregg and Alex! I didn't realize that protocols (or the black magic interfacing of core.matrix) were that fancy. Definitely going into my "code to really dig into" list. Cheers, -Paul -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos

Re: protocols and namespaces confusion (with an example from core.matrix)

2016-10-19 Thread Alex Miller
On Wednesday, October 19, 2016 at 7:23:21 AM UTC-5, Paul Gowder wrote: > > Hi folks, > > I have a kinda basic question (I think?) that I should really know the > answer to after writing Clojure for like 8 months, but don't. It's about > requiring namespaces with protocol definitions in them b

Re: protocols and namespaces confusion (with an example from core.matrix)

2016-10-19 Thread Gregg Reynolds
On Oct 19, 2016 7:23 AM, "Paul Gowder" wrote: > > Hi folks, > > I have a kinda basic question (I think?) that I should really know the answer to after writing Clojure for like 8 months, but don't. It's about requiring namespaces with protocol definitions in them but not the actual implementations