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 <[email protected]> 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 > 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 best screencast ever. :-) > > Stu > > > I'll be greedy... is there a known Clojure wrapper? > > > On Apr 13, 10:27 am, Meikel Brandmeyer <[email protected]> wrote: > >> Hi, > > >> On Apr 13, 4:25 pm, Sean Devlin <[email protected]> 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 [email protected] > > Note that posts from new members are moderated - please be patient > > with your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en > > > To unsubscribe, reply using "remove me" as the subject. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
