add FuncFrog (#5782)

* add FuncFrog

* [FuncFrog] minor description changes

---------

Co-authored-by: Dima Kossovich <koss@null.net>
This commit is contained in:
Dmitry Kossovich 2025-10-18 16:07:27 +03:00 committed by GitHub
parent 2547d6a11c
commit e4ae270575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1231,6 +1231,7 @@ _Packages to support functional programming in Go._
- [fp-go](https://github.com/repeale/fp-go) - Collection of Functional Programming helpers powered by Golang 1.18+ generics.
- [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.
- [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.