- Hands-On Reactive Programming with Python
- Romain Picard
- 209字
- 2021-06-24 18:25:18
What is functional programming?
Functional programming is a programming paradigm that has gained a lot of popularity since 2010. In the last few years, many functional frameworks or libraries have appeared in many programming languages, and functional languages have seen a rise in interest. Functional programming is not a new programming paradigm, but getting into it from a theoretical perspective can be intimidating.
The world of functional programming is full of new terms (such as monoid, monad, currying, purity, and higher-order function) that can seem difficult to comprehend, and some of them come with different definitions depending on the source of the information. But functional programming has some very interesting benefits:
- Functional code is deterministic, with behavior that can (at least in theory) be proven
- Functional code can isolate side effects from the pure program logic
- Functional code makes testing easier
The good news is that one does not have to study functional programming in depth in order to benefit from this paradigm, nor to use a functional language. Many modern programming languages support some functional features and allow you to write functional code. So, it is possible to get the benefits of deterministic code and easier testing by only using some of the elements of functional programming.
- pcDuino開發實戰
- Linux操作系統基礎
- WordPress Mobile Web Development:Beginner's Guide
- vSphere Virtual Machine Management
- Mobile First Design with HTML5 and CSS3
- Windows 7中文版從入門到精通(修訂版)
- Joomla! 3 Template Essentials
- 注冊表應用完全DIY
- Mastering Reactive JavaScript
- OpenSolaris設備驅動原理與開發
- Windows 10從新手到高手
- Linux操作系統
- 大規模分布式系統架構與設計實戰
- Java EE 8 High Performance
- Windows 8玩全不求人