- Hands-On Functional Programming with TypeScript
- Remo H. Jansen
- 194字
- 2021-07-02 14:03:09
Functional Programming Fundamentals
JavaScript has been a multi-paradigm programming language since its inception back in 1995. It allows us to take advantage of an object-oriented programming (OOP) style along with a functional programming style. The same can be said of TypeScript. However, for functional programming, TypeScript is even better suited than JavaScript because, as we will learn in this chapter, static type systems and type inference are both very important features in functional programming languages such as the ML family of programming languages, for example.
The JavaScript and TypeScript ecosystems have experienced a significant increase in interest in functional programming over the last few years. I believe that this increase in interest can be attributed to the success of React. React is a library developed by Facebook for building user interfaces, and it is highly influenced by some core functional programming concepts.
In this chapter, we will focus on learning some of the most basic functional programming concepts and principles.
In this chapter, you will learn about the following:
- The main characteristics of functional programming
- The main benefits of functional programming
- Pure functions
- side-effects
- Immutability
- Function arity
- Higher-order functions
- Laziness
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Twilio Best Practices
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 飛槳PaddlePaddle深度學習實戰
- Jenkins Continuous Integration Cookbook(Second Edition)
- 好好學Java:從零基礎到項目實戰
- Spring+Spring MVC+MyBatis從零開始學
- Android Development Tools for Eclipse
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Responsive Web Design with jQuery
- jQuery基礎教程(第4版)
- R統計應用開發實戰
- TensorFlow程序設計
- Learning Akka
- Python機器學習(原書第3版)