Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtwebman/funcp

Small functional JavaScript library. Making JavaScript code easier to read!
https://github.com/jtwebman/funcp

Last synced: 11 days ago
JSON representation

Small functional JavaScript library. Making JavaScript code easier to read!

Awesome Lists containing this project

README

        

# funcp

This is just a simple immutable functional programming library for JavaScript.

The goal is to make JavaScript code easier to read and understand. I have learned
a few Functional languages now and would love to have a fast, small, library to
to the same in JavaScript but staying immutable.

## Improvements

If you want to change something or have a way to do it easier and making it
easier to read please feel free to open a issue or a pull request. My only goal
is to make things easier to read and understand not to be a pure functionalist.