Hacker News new | ask | show | jobs
by tastyminerals2 782 days ago
If you need just csv/tsv parsing, you can also take a look at https://github.com/eBay/tsv-utils
1 comments

interestingly, i had read somewhere earlier that those utilities were written in D.

confirmed it by looking at the site just now.

Yes, and with heavy use of one of the biggest D strengths -- CTFE (compile time eval). Great lib!
I only found out recently that my favourite csv-munging tool, csvtool, is written in OCaml.