- Functional Kotlin
- Mario Arias Rivu Chakraborty
- 91字
- 2021-06-24 19:15:26
Getting Started with Functional Programming
Functional programming has been making big waves in the software industry for the last five years, and everyone wants to jump on the bandwagon. Functional programming is a lot older, starting in the 1950s with Lisp being considered the first programming language (or at least, the first one to introduce functional features) which still exists as Common Lisp, and other dialects such as Scheme and Clojure.
In this chapter, we'll cover the following topics:
- What is functional programming?
- Basic concepts
- Functional collections
- Implementing a functional list
推薦閱讀
- Java語言程序設計
- Developing Middleware in Java EE 8
- WSO2 Developer’s Guide
- 深入理解Java7:核心技術與最佳實踐
- 大學計算機基礎(第2版)(微課版)
- 快速念咒:MySQL入門指南與進階實戰
- 低代碼平臺開發實踐:基于React
- JavaScript從入門到精通(視頻實戰版)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Parallel Programming with Python
- Python面向對象編程(第4版)
- OpenStack Sahara Essentials
- Slick2D Game Development
- Python GUI設計:tkinter菜鳥編程