Functional programming helpers for JavaScript.
npm install panda-gardenPanda Garden is a JavaScript library providing support for functional programming in JavaScript.
``coffee`
square = partial Math.pow, _, 2
assert (square 3) == 9
npm install panda-garden`
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