Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaku-sei/functional-javascript-browser

Browser version of functional-javascript:
https://github.com/gaku-sei/functional-javascript-browser

Last synced: 19 days ago
JSON representation

Browser version of functional-javascript:

Awesome Lists containing this project

README

        

## Functionnal JavaScript

Functional-JavaScript is a general purpose library targeting functional programming in JS.

You can find the documentation page [here](http://gaku-sei.github.io/functional-javascript/).
And a NodeJs version can be found [here](https://github.com/gaku-sei/functional-javascript).

### What is Functional-JavaScript

- General purpose functions (eq, clone, keys, values, ...)
- Iteration functions (map, mapkv, reduce, reducer, reducekv, filter, some, every, takeWhile, dropWhile, ...)
- Functions manipulation (comp, partial, curry, juxt, call, callWith, apply, applyWith, ...)
- Variadic operator functions (deq, teq, gt, lt, gte, lte, or, and, xor, isa, ...)
- Manipulation and access functions (cons, conj, merge, assoc, get, first, second, last, butfirst, butlast, ...)
- Type checking (isArray, isArrayLike, areArguments, isFalse, isTrue, isNull, isUndefined, isObject, isString, ...)
- Variadic operation functions (add, mul, div, sub)

### Warnings

Functional-JavaScript has only been tested on later versions of main browsers (Maxthon, Google Chrome, Opera and Firefox).