fromable
A Swiss Army Knife for working with JavaScript iterables. (by baron816)
mpr.kirke.dev | fromable | |
---|---|---|
1 | 2 | |
3 | 36 | |
- | - | |
9.4 | 0.0 | |
about 1 year ago | over 2 years ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
mpr.kirke.dev
Posts with mentions or reviews of mpr.kirke.dev.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-23.
-
[AskJS] Is There Some Way to Lazy Evaluate Arrays in JavaScript?
Here is a lazy implementation of map using generators as an example.
fromable
Posts with mentions or reviews of fromable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-23.
-
[AskJS] Is There Some Way to Lazy Evaluate Arrays in JavaScript?
fromable - https://github.com/baron816/fromable
-
Ask HN: What are some tools / libraries you built yourself?
Fromable[1] allows you take any Javascript iterable, transform it using .map and .filter, and then output it into a collection, without creating intermediate values.
[1] https://github.com/baron816/fromable
What are some alternatives?
When comparing mpr.kirke.dev and fromable you can also consider the following projects:
IxJS - The Interactive Extensions for JavaScript
proposal-iterator-helpers - Methods for working with iterators in ECMAScript
linqjs - Minimalist implementation of LINQ-style extension methods for JavaScript
FxTS - A functional programming library for TypeScript/JavaScript