panda-garden
v5.0.0
Published
Functional programming helpers for JavaScript.
Downloads
328
Readme
Panda Garden
Panda Garden is a JavaScript library providing support for functional programming in JavaScript.
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. If you want something that isn't there, and you think it would be a good addition, please open a ticket.