/prelude

Functional programming experimentation on JavaScript

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Experiments around functional programming concepts with JavaScript and pipeline operator feature. Most of the concept's comes form Haskell language

Install

npm install

This is a mono-repository project managed with npm workspace.

Unit test

Unit-tests are executed with mocha and coverage with c8. To run all tests:

npm run test