- 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
推薦閱讀
- JavaScript前端開發模塊化教程
- 垃圾回收的算法與實現
- Go語言高效編程:原理、可觀測性與優化
- Learning Elixir
- 青少年美育趣味課堂:XMind思維導圖制作
- Web Development with Django Cookbook
- RTC程序設計:實時音視頻權威指南
- Oracle Database 12c Security Cookbook
- C語言實驗指導及習題解析
- Learning Vaadin 7(Second Edition)
- Flutter跨平臺開發入門與實戰
- Instant Nancy Web Development
- C語言程序設計
- C語言程序設計簡明教程:Qt實戰
- Kotlin Programming By Example