Lists of Figures, Tables and Listings
List of Illustrations
- Figure 1.1: A flow chart representing a program as a process that occurs in time. Various things are transformed and states are mutated until the result is obtained.
- Figure 1.2: Three buggy versions of the same program
- Figure 1.3: Comparing a program that’s referentially transparent to one that’s not
- Figure 1.4: Replacing referentially transparent expressions with their values doesn’t change the overall meaning.
- Figure 3.1: All elements of a function’s domain must have one and only one corresponding element in the codomain.
- Figure 4.1: Corecursively transforming a list of characters into a string
- Figure 4.2: Recursively transforming a list of characters into a string
- Figure 4.3: A corecursive ...
Get The Joy of Kotlin now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.