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

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

javascript-inspired functional programming functions in golang
https://github.com/thimc/functional-go

Last synced: 13 days ago
JSON representation

javascript-inspired functional programming functions in golang

Awesome Lists containing this project

README

          

# Functional Go

This repo contains golang implementations of JavaScripts _functional
programming like_ functions:
`filter()`, `find()`, `forEach()`, `map()` and `reduce()`

Why you may ask? Well, _why not_?

In case you don't get the hint, do not use this.