go2funk
Simple Golang API to use functional types in Golang, such as immutable List, Options, Try, Either... (by glours)
functools
Functional tools in Go 1.18 using newly introduced generics (by rakeeb-hossain)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go2funk
Posts with mentions or reviews of go2funk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-21.
-
Test Golang 18-beta1 with Docker Dev Environments
If you want to know how to configure your own repository for Golang 18 and Dev Environment, or just try Generics with an already existing project, you can take a look here
functools
Posts with mentions or reviews of functools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-22.
- Go Generics Facilitators
- Functional tools in Go 1.18 using newly introduced generics
-
functools: A Collection of Functional helpers using Go 1.18 Generics
Impl: https://github.com/rakeeb-hossain/functools/blob/rakeeb-hossain/lazy-iterator/iterator.go
What are some alternatives?
When comparing go2funk and functools you can also consider the following projects:
gogu - A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.
go-strm - A rich Map/Reduce API in Go
generic - A collection of generic data structures written in Go.
devenvs-golang-generics
go-monads - experimental implementation of basic monads based on go2 generics draft