I discovered tree-seq the other day and it seems like a nice little
function for elegantly dealing with a tree of values. In standard OO,
I would use autocompletion to find the right variable as I loop over
an OO data structure, but tree-seq seems very flexible and generic.
That's all I wanted to
So, you can have records in one .clj file and implementations of the
protocols in another .clj file?
On Nov 6, 1:43 am, Baishampayan Ghose wrote:
> > Okay, I'm trying to understand records. I read this article:
> >http://freegeek.in/blog/2010/05/clojure-protocols-datatypes-a-sneak-p...
> > (Cloju
Okay, I'm trying to understand records. I read this article:
http://freegeek.in/blog/2010/05/clojure-protocols-datatypes-a-sneak-peek/
(Clojure Protocols & Datatypes - A sneak peek by Baishampayan Ghose. I
found it helpful, but the usage of datatypes and protocols looks/feels
very object-oriented t