Re: CSV Lib

2010-04-14 Thread Meikel Brandmeyer
Hi, On Apr 14, 3:53 pm, Chris Perkins wrote: > I'll counter with a challenge to you, Stuart - explain what the heck > you just said in a way that a dummy like me can understand :)  Really, > I have so far been unable to wrap my head around the whole defprotocol > thing - I just don't get what th

Re: CSV Lib

2010-04-14 Thread Chris Perkins
On Apr 13, 10:33 am, Stuart Halloway wrote: > And here's a challenge for you: Use protocols to describe a minimal   > contract for CSV parsing, then show how protocols solve the expression   > problem by letting you backfit to existing Java libs without wrappers   > or adapters. It would make the

Re: CSV Lib

2010-04-13 Thread liebke
OpenCSV is included with Incanter and used in the incanter.io/read- dataset function. On Apr 13, 10:30 am, Sean Devlin wrote: > I'll be greedy... is there a known Clojure wrapper? > > On Apr 13, 10:27 am, Meikel Brandmeyer wrote: > > > > > Hi, > > > On Apr 13, 4:25 pm, Sean Devlin wrote: > >

Re: CSV Lib

2010-04-13 Thread Sean Devlin
Challenge Accepted. Will work on this when Rich says 1.2 is ready for beta (i.e. API freeze). Sean On Apr 13, 10:33 am, Stuart Halloway wrote: > Here's a pure Clojure one:http://github.com/davidsantiago/clojure-csv > > And here's a challenge for you: Use protocols to describe a minimal   > cont

Re: CSV Lib

2010-04-13 Thread Stuart Halloway
Here's a pure Clojure one: http://github.com/davidsantiago/clojure-csv And here's a challenge for you: Use protocols to describe a minimal contract for CSV parsing, then show how protocols solve the expression problem by letting you backfit to existing Java libs without wrappers or adapters

Re: CSV Lib

2010-04-13 Thread Sean Devlin
I'll be greedy... is there a known Clojure wrapper? On Apr 13, 10:27 am, Meikel Brandmeyer wrote: > Hi, > > On Apr 13, 4:25 pm, Sean Devlin wrote: > > > Anyone know where to start with parsing a csv file? > > I found OpenCSV to be useful. > > Sincerely > Meikel -- You received this message bec

Re: CSV Lib

2010-04-13 Thread Meikel Brandmeyer
Hi, On Apr 13, 4:25 pm, Sean Devlin wrote: > Anyone know where to start with parsing a csv file? I found OpenCSV to be useful. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegrou

CSV Lib

2010-04-13 Thread Sean Devlin
Anyone know where to start with parsing a csv file? -- 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.