learning-functional-programming-in-go

module
v0.0.0-...-8b849f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2023 License: MIT

README

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)

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787281394

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL