https://github.com/sidmishraw/gunc
Golang functional programming library
https://github.com/sidmishraw/gunc
functional-programming go higher-order-functions
Last synced: 2 months ago
JSON representation
Golang functional programming library
- Host: GitHub
- URL: https://github.com/sidmishraw/gunc
- Owner: sidmishraw
- Created: 2017-10-12T07:26:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T07:26:56.000Z (about 8 years ago)
- Last Synced: 2025-01-15T06:48:34.364Z (11 months ago)
- Topics: functional-programming, go, higher-order-functions
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# gunc
**gunc** is going to be my functional programming library for Go.
It will have a collection of higher-order functions to make functional programming easier in Go. (Trying...)
### Functions implemented:
* Map
* Foldl
* Foldr
* Curry
-- Sid