June 2022
Intermediate to advanced
130 pages
2h 45m
English
The previous two chapters were about linear data. This chapter will focus on key-value data. Let’s set the stage, right from the beginning.
Key-value data is everywhere in functional programming because key-value data is everywhere in the world. All of these examples represent key-value pairs:
These examples all associate a key with a value. To put it another way, these associations are mappings. In fact, way down at its foundation, functional programming is also ...
Read now
Unlock full access