Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loop-recur/FPJS-Class
Learning the functional paradigm with js
https://github.com/loop-recur/FPJS-Class
Last synced: 12 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T14:56:49.000Z (over 9 years ago)
- Last Synced: 2024-08-01T19:45:46.722Z (3 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 94
- Watchers: 14
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 .
```