December 2023
Intermediate to advanced
418 pages
9h 25m
English
This chapter explains Haskell’s unique way of communicating with the outside world. The outside world is defined as any entities outside of the Haskell program, such as the user, the filesystem, the network, and the operating system. It’s used to display text to a user and get their input, read and write files, access and provide web services, get the current time and date, and so on.
The reason Haskell has a unique approach is twofold:
Read now
Unlock full access