March 2018
Beginner
616 pages
16h 53m
English
After reading lesson 23, you’ll be able to
So far in this book, you’ve made heavy use of the String type. In the preceding lesson, you saw that you can even view an I/O stream as a lazy list of type Char, or a String. String has been useful in helping you explore many topics in this book. Unfortunately, String has a huge problem: it can be woefully inefficient.
From a philosophical standpoint, nothing could be more perfect than representing one of the more important types in programing as one of the most foundational ...