- Mastering JavaScript Functional Programming
- Federico Kereki
- 102字
- 2021-07-02 22:41:09
Summary
In this chapter, we have seen the basics of functional programming, a bit of its history, its advantages (and also some possible disadvantages, to be fair), why we can apply it in JavaScript, which isn't usually considered a functional language, and what tools we'll need in order to take advantage of the rest of the book.
In chapter 2, Thinking Functionally - A First Example, we'll go over an example of a simple problem, and look at it in common ways, to finally end by solving it in a functional manner and analyze the advantages of that way of working.
推薦閱讀
- Visual C++程序設計教程
- Designing Machine Learning Systems with Python
- React Native Cookbook
- Unity Virtual Reality Projects
- C#程序設計(慕課版)
- Scratch 3游戲與人工智能編程完全自學教程
- Java設計模式及實踐
- Python語言實用教程
- Scratch·愛編程的藝術家
- OpenMP核心技術指南
- Instant jQuery Boilerplate for Plugins
- Web程序設計:ASP.NET(第2版)
- Android系統下Java編程詳解
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Spring Web Services 2 Cookbook