Hacker News new | ask | show | jobs
by morbicer 1041 days ago
Can you recommend such library?

I had fun with Ramda but I experienced some perf hits when doing big pipe/map/reduces on large data structures

1 comments

https://rubygems.org/gems/raskell does it in ruby. A similar technique would work in JavaScript, but I don't know of any other libraries that have attempted it yet.