https://github.com/tdibacco/fp
Functional Programing constructs for Go.
https://github.com/tdibacco/fp
functional-programming golang-library
Last synced: 2 months ago
JSON representation
Functional Programing constructs for Go.
- Host: GitHub
- URL: https://github.com/tdibacco/fp
- Owner: tdibacco
- License: mit
- Created: 2023-10-02T20:29:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T15:36:48.000Z (over 2 years ago)
- Last Synced: 2024-01-26T11:02:51.405Z (about 2 years ago)
- Topics: functional-programming, golang-library
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp
Functional Programing constructs for Go.
* github.com/tdibacco/fp/fn - functions for building higher level functions.
* github.com/tdibacco/fp/slices - functions for slices.