Re: CSV Parser

2012-07-26 Thread Tamreen Khan
The usual filename extension for Clojure files is .clj. Renaming it to that will also get you syntax highlighting on the gist. On Thu, Jul 26, 2012 at 4:10 PM, Christian Sperandio < christian.speran...@gmail.com> wrote: > Below the link :) https://gist.github.com/3184210 > Thanks > > > 2012/7/26

Re: CSV Parser

2012-07-26 Thread Christian Sperandio
Below the link :) https://gist.github.com/3184210 Thanks 2012/7/26 Jeremy Heiler : > On Wed, Jul 25, 2012 at 7:31 PM, Christian Sperandio > wrote: >> hi, >> >> I started learning Clojure programming these last days. For my training, I >> developped a CSV parser. >> I propose to everyone and I'd

Re: CSV Parser

2012-07-26 Thread Jeremy Heiler
On Wed, Jul 25, 2012 at 7:31 PM, Christian Sperandio wrote: > hi, > > I started learning Clojure programming these last days. For my training, I > developped a CSV parser. > I propose to everyone and I'd like to hava advice about my development (is > it in the FP logic? Do I use the good practices