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

https://github.com/joshuaganter/go-functional

Iterative functions for functional programming in Go.
https://github.com/joshuaganter/go-functional

functional-programming go golang

Last synced: 7 months ago
JSON representation

Iterative functions for functional programming in Go.

Awesome Lists containing this project

README

          

# Functional programming with Go

This library contains functions to enable functional programming in Go. It
(currently) only consists of the iterative functions `Map()`, `Filter()` and
`Reduce()` - functionally equivalent on their JavaScript counterparts.

> :warning: This library was created as programming exercise, and is not
> intended for real-world usage.