An open API service indexing awesome lists of open source software.

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

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