https://github.com/kosl90/functional
a simple functional library for golang.
https://github.com/kosl90/functional
Last synced: 8 months ago
JSON representation
a simple functional library for golang.
- Host: GitHub
- URL: https://github.com/kosl90/functional
- Owner: kosl90
- License: mit
- Created: 2015-05-09T04:01:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T04:10:10.000Z (over 10 years ago)
- Last Synced: 2024-08-04T01:24:23.157Z (over 1 year ago)
- Language: Go
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - functional
README
# functional
a simple functional library for golang.
NB: interface is used to implement "Container" for now, I'm not sure this is a good idea, this implemetation might be changed.
# TODO:
[x] Maybe
[ ] Either
[ ] Writer
[ ] TBD ;)
# Dependencies
just [gomega](https://github.com/onsi/gomega) is needed for testing assert.