panda-garden
Version:
Functional programming helpers for JavaScript.
20 lines (12 loc) • 544 B
Markdown
# Panda Garden
Panda Garden is a JavaScript library providing support for functional programming in JavaScript.
```coffee
square = partial Math.pow, _, 2
assert (square 3) == 9
```
## Installation
`npm install panda-garden`
## Roadmap
You can get an idea of what we're planning by looking at the [issues list][tickets]. If you want something that isn't there, and you think it would be a good addition, please open a ticket.
[code]:https://github.com/pandastrike/panda-garden
[tickets]:https://github.com/pandastrike/panda-garden/issues