zebras
ramda
zebras | ramda | |
---|---|---|
1 | 85 | |
220 | 24,017 | |
0.0% | 0.1% | |
0.0 | 6.1 | |
over 2 years ago | 5 months ago | |
JavaScript | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
zebras
-
Not everything JavaScript
I've been meaning to look into Zebras
ramda
- Show HN: I made a 3D SVG Renderer that projects textures without rasterization
-
Fluent Streams: A Library for Rich Iterables Manipulation
Like Ramda, provides many useful functions for iterables manipulation
-
Unleash JavaScript's Potential with Functional Programming
BTW, the best library for functional programming in the "data last" paradigm is Ramda. Here is an outlook what you can do with Ramda. You can understand this in-depth some time in the future.
-
JavaScript frameworks: comparing the latest tools and libraries
Ramda is a functional programming library for JavaScript that emphasizes a functional style and immutability.
-
Top 20 Javascript Libraries on Github
Repository: Ramda
-
Tacit Programming
JavaScript is great for point-free programming! Make sure you check out Ramda.js https://ramdajs.com/
It’s fun in the sense that solving a puzzle is fun, but I avoid it for anything I need to maintain long-term.
But it’s good practice for understanding combinators which is useful for some kinds of problems.
-
Pipeline-Oriented Programming [video]
This is very cool. I remember I got sucked into things like Ramda going down this functional programming rabbit hole :-)
https://ramdajs.com/
-
Level up your Typescript game, functionally - Part 2
To create our pipeline, I'm going to use the pipe function from the NodeJS ramda library instead of building my own.
-
Level up your Typescript game, functionally - Part 3
Other libraries to check out are pratica and ramda
- Ramda: A practical functional library for JavaScript programmers
What are some alternatives?
danfojs - Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
Rambda - Typescript focused FP library similar to Remeda and Rambda
ohayo - A free, fast, public domain data science studio
lodash - A modern JavaScript utility library delivering modularity, performance, & extras.
visualpython - GUI-based Python code generator for data science, extension to Jupyter Lab, Jupyter Notebook and Google Colab.
RxJS