Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opatut/node-higher-order-functions


https://github.com/opatut/node-higher-order-functions

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Higher-Order Functions

## About: Higher order functions ...

* ... receive at least one argument that is a function, or
* ... return a function,
* ... or both

This is a collection of higher order functions and other functional helpers as they are common in pure functional languages such as [Racket](http://racket-lang.org/).

## The complete list

* constant, always, never
* compose
* curry, curryr, curryl
* map, reduce
* apply
* min, max, add, sub, mul, div, modulo
* getter, setter
* length
* zip
* is, not, any, all, none, identity
* andFns, orFns