Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opatut/node-higher-order-functions
https://github.com/opatut/node-higher-order-functions
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opatut/node-higher-order-functions
- Owner: opatut
- Created: 2015-09-19T10:32:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T10:33:16.000Z (about 9 years ago)
- Last Synced: 2023-03-11T13:34:58.862Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 bothThis 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