November 2017
Intermediate to advanced
670 pages
17h 35m
English
Go is designed using good ideas from both FP and OOP world. For example, go borrowed interfaces, duck typing, and composition over inheritance from OOP world and functions as first class citizens from the FP world.
Go is a perfect example of being pragmatic. Go took the better principles from both OOP and FP paradigms, while clearly ignoring many ideas from each. Perhaps, this perfectly balanced design is what makes Go so special? In that way, Go is the perfect ratio of software languages.
In the next chapter, we'll delve more deeply into pure functional programming. We'll see how to leverage category theory and class types to abstract away details ...