Golang-multiprocessing-language / Learning-Functional-Programming-in-Go

Learning Functional Programming in Go, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Functional Programming in Go

This is the code repository for Learning Functional Programming in Go, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book bridges the language gap for Golang developers by showing you how to create and consume functional constructs in Golang.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

When I think of other things to add, I'll put that information here: https:/ / lexsheehan. blogspot. com/ 2017/ 11/ what- you- need- for- this- book. html.

The code will look like the following:

func newSlice(s []string) *Collection {
    return &Collection{INVALID_INT_VAL, s}
}

If you want to run the Go projects discussed in each chapter, you need to install Go. If you're on a Mac, visit here. Next, you need to get your Go development environment running and start writing code. Read the TL;DR subsection of the How to build and run Go projects section of the Appendix. Go to Chapter 1, Pure Functional Programming in Go in the book and start reading the Getting the source code section. Continue reading on how to set up and run your first project. Other Go resources include: Tour of Go (https:/ / tour. golang. org/ welcome/ 1) Go by Example (https:/ / gobyexample. com/ ) Learning Go book (https:/ / www. miek. nl/ go/ ) Go language specification (https:/ / golang. org/ ref/ spec)

Related Products

About

Learning Functional Programming in Go, published by Packt

License:MIT License


Languages

Language:Go 59.5%Language:Shell 40.4%Language:JavaScript 0.1%