Add g framework to functional programming resources (#6005)

This commit is contained in:
root 2026-02-28 22:44:05 +02:00 committed by GitHub
parent 4f16464a30
commit 43d721c2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1221,6 +1221,7 @@ _Packages to support functional programming in Go._
- [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang.
- [fuego](https://github.com/seborama/fuego) - Functional Experiment in Go.
- [FuncFrog](https://github.com/koss-null/FuncFrog) - Functional helpers library providing Map, Filter, Reduce and other stream operations on generic slices Go1.18+ with lazy evaluation and error handling mechanisms.
- [g](https://github.com/enetx/g) - Functional programming framework for Go.
- [go-functional](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics
- [go-underscore](https://github.com/tobyhede/go-underscore) - Useful collection of helpfully functional Go collection utilities.
- [gofp](https://github.com/rbrahul/gofp) - A lodash like powerful utility library for Golang.