Functional Programming¶
Articles¶
Libraries¶
- samber/mo - Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either…)
- markphelps/optional - Optional is a library of optional Go types
- leighmcculloch/go-optional - A go package for wrapping types with Optionals to represent the lack of value without pointers.
- moznion/go-optional - A library that provides Go Generics friendly “optional” features.
- TeaEntityLab/fpGo - Monad, Functional Programming features for Golang
- sagikazarmark/go-option - Optional values for Go