I've added my work on the csv reader/writer library to github
(http://github.com/jonase/cljcsv). Please let me know If anyone finds
it useful.

Thanks,
Jonas

On Wed, May 26, 2010 at 6:40 AM, Jonas Enlund <jonas.enl...@gmail.com> wrote:
> Hi there
>
> I built a simple csv parsing library[1] last weekend which I want to
> show you guys. It follows the RFC 4180[2] pretty closely but it allows
> for any character as separator and quote mark. It would be great if
> someone would take time and read the code. I would like to know:
>
> a) Can performance still be improved?
> b) Is it idiomatically written?
> c) What should an idiomatic csv parsing API look like in Clojure?
> Currently there is only one public function, 'parse' (like
> clojure.xml).
>
> The end of the file contains a few usage examples.
>
> happy hacking!
> /Jonas
>
> [1] http://gist.github.com/414023
> [2] http://tools.ietf.org/html/rfc4180
>

-- 
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.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to