https://github.com/smallnest/gofu
functional go with generic types
https://github.com/smallnest/gofu
functional generic genetics golang
Last synced: 29 days ago
JSON representation
functional go with generic types
- Host: GitHub
- URL: https://github.com/smallnest/gofu
- Owner: smallnest
- License: apache-2.0
- Created: 2020-06-19T08:06:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T06:12:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T06:49:08.179Z (about 1 month ago)
- Topics: functional, generic, genetics, golang
- Size: 11.7 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gofu
`gofu` is a go functional library, and it means "kongfu".
It defines many interfaces (type contraint) that port from OpenJDK, Scala, C++ and other programming languages and libraries. They are the fundamental generic types to construct go functional libraries.
So far I only ported some generic function interfaces.
Welcome to comment and contribute.