Learning Functional Programming in Go (source code)
โ Scribed by Lex Sheehan
- Publisher
- Packt
- Year
- 2017
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, withou
Code. An insightful guide to learning the Go programming language About This Book Insightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code effectively Push your Go skills, with topics such as, data types, channels, concurrency, object-oriented Go, testing,