Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .
```