- Learning F# Functional Data Structures and Algorithms
- Adnan Masood Ph.D.
- 198字
- 2021-07-16 14:10:47
Summary
To summarize, F# provides the combined benefits of succinct syntax, immutable types, interoperability, efficiency, concurrency, and scalability— an impressive list. Functional programming has a well established repertoire as an efficient way of modeling complex problems in its respective mathematical form. F#, as a modern multi-paradigm language, is quite practical for enterprises, and gives developers and software architects an excellent reason to start using functional programming in their projects.
We recommend reading Functional thinking: Why functional programming is on the rise, by Neal Ford, who is a software architect at ThoughtWorks, at www.ibm.com/developerworks/library/j-ft20/ as a follow up reading to reinforce some of the concepts discussed in this chapter.
In this chapter, we have covered an introduction to functional programming paradigm along with some key syntactical elements of the F# programming language. We have established the notion of thinking in functional style and explained why functional programming matters? We also elaborated on the benefits of functional programming and functional data structures along with code based comparisons of imperative and functional paradigms.
In the next chapter, we will gain further knowledge about the F# tooling, syntax, and semantics of the language and learn to write some programs using F#.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- 64位匯編語言的編程藝術
- Java:Data Science Made Easy
- C++程序設計基礎教程
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- MATLAB for Machine Learning
- Access 2010中文版項目教程
- 大話Java:程序設計從入門到精通
- Principles of Strategic Data Science
- Java EE架構設計與開發實踐
- Extending Docker
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- 微服務設計
- Python深度學習入門:從零構建CNN和RNN