Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 765 Bytes

elm-csv-package-and-talk.md

File metadata and controls

17 lines (12 loc) · 765 Bytes

+++ title = "elm-csv, package and talk" date = 2021-02-15

[extra] project = "elm-csv" +++

In the beginning of February, I spent a lot of time working on a new library for parsing CSV data in Elm. (Basically, the existing libraries did not have andThen and I needed it!)

The resulting library turned out quite nice, I think, and in addition it's very fast! I gave talk to the Elm London user group about it, which you can see at elm-csv: be as boring—and as fast—as possible or below.

If you'd just like to see the code, it lives at github.com/BrianHicks/elm-csv.

{{ youtube(id="_z6V1143TDE", title="elm-csv: be as boring—and as fast—as possible") }}