Presentation
Fโฏ Training, covering versions 5.0 to 9.0 (2021-2024)
Last updated
Was this helpful?
Fโฏ Training, covering versions 5.0 to 9.0 (2021-2024)
Last updated
Was this helpful?
This git-book is here to supplement training sessions I've conducted using slides located in this repository:
Written in markdown with marp / marpit
Outputs available in HTML and PDF files
The theme can be customized: it's "just" CSS and PNG files.
Romain DENEAU
Senior Developer Fโฏ Cโฏ TypeScript
In detail :
Multi-paradigm language with a strong functional orientation
Functional programming (FP) principles: immutability and composition
Building blocks: functions and algebraic data types (ADT)
"Fun" ! Very pleasant to write and read
Expressive and concise (not very verbose syntax)
Sensitive to indentation โ easy to read
Strong static typing but it's almost seamless thanks to type inference
Language entreprise-friendly
Runs on the .NET platform โ high performance, easy interop with C# projects, .NET ecosystem and libraries
Very good tooling: Visual Studio, VsCode, Rider
Robust code: predictable and reproducible results (immutability, structural equality, no nulls, exhaustive pattern matching)
Interactive programming: check code by evaluating it in the FSI console
Narrowed community but strong and friendly
Fโฏ compared to other back-end functional languages
Its syntax is not hybrid, unlike Scala and Kotlin (mixing OOP and FP)
Easier to learn than Haskell or OCaml (but with fewer FP features, partially compensated for by OOP features)
Static typing, unlike Closure (and far fewer brackets ๐)
๐ โ concept addressed later, generally with the associated link
๐ฅ โ compilation error or runtime exception
๐ โ more advanced chapters
๐ or ๐ฒ โ Quiz
๐ โ Summary
C# Developers - .NET SDK installed on your machine Notions in JavaScript/TypeScript can be helpful when we compare the languages
As a F# developer in a .NET team using only C#, feel free to use these materials (both git-book and slides) to train your team.
๐ก The theme can be customized: it's "just" CSS and PNG files.
Dedicated page to cover everything regarding Exceptions
Misc precisions regarding Asynchronous programming
Github
Linked-in
Twitter/X
:
Translation from