←back to thread

Why F#?

(batsov.com)
447 points bozhidar | 1 comments | | HN request time: 0.207s | source
Show context
jonsagara ◴[] No.43547296[source]
The killer feature for me is type providers. I need to read a lot of CSV files of varying formats, and the CSV Type Provider lets me make quick work of them in a type-safe manner.

https://fsprojects.github.io/FSharp.Data/library/CsvProvider...

replies(3): >>43548210 #>>43552484 #>>43558829 #
1. Hojojo ◴[] No.43548210[source]
Wow, that sounds awesome. I'm jealous.