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):