July 2023
Beginner to intermediate
488 pages
14h
English
This chapter covers
Now that we have committed to using only pure functions, a question naturally emerges: How do we write even the simplest of programs? Most of us are used to thinking of programs as sequences of instructions that are executed in order, where each instruction has some kind of effect. In this chapter, we’ll begin learning how to write programs in the Scala language by just combining pure functions.
This chapter is mainly intended for those readers ...
Read now
Unlock full access