- Mastering Clojure
- Akhil Wali
- 84字
- 2021-07-09 20:18:02
Chapter 1. Working with Sequences and Patterns
In this chapter, we'll revisit a few basic programming techniques, such as recursion and sequences, with Clojure. As we will see, Clojure focuses on the use of higher-order functions to abstract computation, like any other functional programming language. This design can be observed in most, if not all, of the Clojure standard library. In this chapter, we will cover the following topics:
- Exploring recursion
- Learning about sequences and laziness
- Examining zippers
- Briefly studying pattern matching
推薦閱讀
- Git Version Control Cookbook
- Learning Selenium Testing Tools with Python
- Arduino by Example
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python零基礎快樂學習之旅(K12實戰訓練)
- Mastering JBoss Enterprise Application Platform 7
- Learning Zurb Foundation
- Hands-On Full Stack Development with Go
- Selenium Testing Tools Cookbook(Second Edition)
- Mastering Akka
- Azure Serverless Computing Cookbook
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Julia High Performance(Second Edition)
- 從零開始學Python大數據與量化交易
- Python 快速入門(第3版)