Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r17x/fp.js
Fun λ functional programming in JS
https://github.com/r17x/fp.js
functional-programming javascript
Last synced: 23 days ago
JSON representation
Fun λ functional programming in JS
- Host: GitHub
- URL: https://github.com/r17x/fp.js
- Owner: r17x
- Created: 2022-02-01T18:32:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T19:14:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T19:58:52.351Z (about 1 month ago)
- Topics: functional-programming, javascript
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fp-js
> JavaScript Functional Programming
## Motivation
This purposed for learning functional programming (just that).
## Features
* [x] [Auto-Curry](./src/curry.js)
* [x] [Option](./src/Option.js)## Tooling
* swc for `transform` in `jest`
## Alternative
* fp-ts (in `TypeScript`)
* relude (in `ReasonML`)
* prelude (in `Haskell`)
* belt (in `ReasonML/ReScript`)## License
@ MIT