https://github.com/dashkite/joy
The simplicity of Lodash with the functional flair of Rambda.
https://github.com/dashkite/joy
browser functional-programming javascript nodejs
Last synced: 8 months ago
JSON representation
The simplicity of Lodash with the functional flair of Rambda.
- Host: GitHub
- URL: https://github.com/dashkite/joy
- Owner: dashkite
- License: other
- Created: 2021-03-27T18:49:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T04:53:20.000Z (8 months ago)
- Last Synced: 2025-03-18T05:31:28.733Z (8 months ago)
- Topics: browser, functional-programming, javascript, nodejs
- Language: CoffeeScript
- Homepage: https://dashkite.github.io/joy/
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Joy
*The simplicity of Lodash with the functional flair of Rambda.*
[dashkite.github.io/joy](https://dashkite.github.io/joy/)
## Features
- All functions are curryable where applicable
- Asynchronous composition supported throughout
- Subpath exports for individual function categories
- Designed for use with CoffeeScript
## Install
`npm i @dashkite/joy`
Works with your favorite bundler. Or use ES Modules with SnowPack or JSPM.