André van Meulebrouck
F# type providers provide types (at IDE and compile time) for data from diverse sources. The type provider looks at a sample of your data, creates a schema for it, and then provides the types and fetching infrastructure for you. I see this as a realization of Scheme's notions of first class citizenship, only this time for data.
Read More...
Tags: types | type safety | Functional Programming | F# | Data
Interested: 31