Slide 14
Slide 14 text
Who might like F#?
Likes FP and…
- .Net - ops equivalent, all libs
- Strong types - no wild dynamic code, sum
types
- Safety - immutability by default, total functions
- Type inference - modern convenience
- Expressive functional constructs - pipes,
function composition, auto curry, pattern matching