projects:fsharp_workshop
This is an old revision of the document!
−Table of Contents
F# workshop
- f(x) = Hello_Word
- On Testing and
How to use? Where to get?
Try F# in browser: http://www.tryfsharp.org/Create
Want to get a full distribution? http://fsharp.org/ → Use F#
[Hello]
let hello = printf "Hello World"
Why?
Pros:
- Open Source
- Multi platform (Mono, .NET core)
- Modern, rising popularity
- Lazy evaluation
- Reusable
- Reduced code
- Strongly typed
Cons:
- Not suitable for real time (unpredictable performance)
- Different thinking process (you need to re-learn)
Pitfalls and drawbacks
Functional languages fundamentally don't model how your computer works. Harder to optimize.
References
projects/fsharp_workshop.1426330467.txt.gz · Last modified: 2015/03/14 11:54 by mkucia