https://github.com/loop-recur/FPJS-Class
Learning the functional paradigm with js
https://github.com/loop-recur/FPJS-Class
Last synced: 9 months ago
JSON representation
Learning the functional paradigm with js
- Host: GitHub
- URL: https://github.com/loop-recur/FPJS-Class
- Owner: loop-recur
- License: mit
- Created: 2015-02-03T01:24:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T14:56:49.000Z (over 10 years ago)
- Last Synced: 2025-03-26T18:22:15.734Z (9 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 94
- Watchers: 13
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fp-js - FPJS-Class
- fucking-awesome-fp-js - FPJS-Class
README
FP-JS Class
==================
Functional Programming learned through JS
Presentation here: http://goo.gl/zovcux
**Installation**:
`npm install`
**Example of running tests**:
Tests are all located in their cooresponding folder so you must cd in to run.
```
cd exercises/curry
mocha .
```