Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jtwebman/funcp
- Owner: jtwebman
- Created: 2017-04-30T19:05:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T05:15:52.000Z (over 7 years ago)
- Last Synced: 2024-09-15T12:59:17.096Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.