How cool is tree-seq?

2011-11-14 Thread stevelewis
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

Re: Newbie question on OO/records

2011-11-07 Thread stevelewis
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

Newbie question on OO/records

2011-11-05 Thread stevelewis
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