https://github.com/alanrsoares/prelude-js
functional/point-free utils for JavaScript
https://github.com/alanrsoares/prelude-js
functional-programming
Last synced: 4 months ago
JSON representation
functional/point-free utils for JavaScript
- Host: GitHub
- URL: https://github.com/alanrsoares/prelude-js
- Owner: alanrsoares
- License: mit
- Created: 2015-07-22T03:58:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:39:10.000Z (over 1 year ago)
- Last Synced: 2024-12-07T19:21:07.070Z (4 months ago)
- Topics: functional-programming
- Language: JavaScript
- Homepage:
- Size: 577 KB
- Stars: 100
- Watchers: 8
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-javascript - prelude-js - Hardcore Functional Programming for JavaScript - ★ 70 (Functional Programming)
README
#Preλude-js
A truly modular implementation of Haskell's Prelude library in ES6
[](http://badge.fury.io/js/preludejs)
[]()
[](https://travis-ci.org/alanrsoares/prelude-js)
[](http://codecov.io/github/alanrsoares/prelude-js?branch=master)> **check out the [docs](/docs/README.md) for modules details** `(WORK IN PROGRESS)`
## install
```bash
npm install preludejs
```
## Contribute
### clone it
```bash
$ git clone [email protected]:alanrsoares/prelude-js.git
```### run tests
```bash
$ npm test
```