_ VS lodash

Compare _ vs lodash and see what are their differences.

_

The Raku utility library (by codesections)

lodash

A modern JavaScript utility library delivering modularity, performance, & extras. (by lodash)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
_ lodash
2 187
20 58,909
- 0.3%
0.0 5.1
over 2 years ago 4 days ago
Raku JavaScript
Artistic License 2.0 GNU General Public License v3.0 or later
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.

_

Posts with mentions or reviews of _. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-16.
  • Unix philosophy without left-pad, Part 2 - Minimizing dependencies with a utilities package
    3 projects | /r/ProgrammingLanguages | 16 Dec 2021
    Your post (and library) seem to imply that micropackages are good if they are useful (in an absolute sense), so long as they don't create excessively large dependency trees. I would argue instead that every package should be treated to a cost/benefit analysis, and it's often better to not use useful packages at all when the benefit is small. As a concrete example, your Recursion module appears to be about 20 lines of code whose value proposition is that you can now type &_ instead of &?ROUTINE (or Dbg lets you type foo(dbg($x)) instead of dd($x); foo($x)). This is (arguably) a useful thing to have, but using even this very tiny micropackage comes with costs. The first cost is that there are now 20 extra lines of external code you must trust to be bug-free, performant, maintained, and non-malicious, but there is also a cost that whoever is reading your code now has to know what &_ means, or where to look to find the answer.
  • Unix philosophy without left-pad, Part 2 - Minimizing dependencies with a utilities package - Daniel Sockwell
    1 project | /r/rakulang | 12 Dec 2021
    After that, I agree that there should be some way to mark some sub-packages as v0.*, but I'm not quite sure what the best way to do so is. I've jotted down some initial thoughts at github/codesections/_/issues/3 and would be interested in any thoughts that you (or others) might have (warning: very rough!). I don't currently have anything in there about API numbers – I like that idea, but I'm not sure where they fit.

lodash

Posts with mentions or reviews of lodash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.

What are some alternatives?

When comparing _ and lodash you can also consider the following projects:

ramda - :ram: Practical functional Javascript

underscore - JavaScript's utility _ belt

lazy.js - Like Underscore, but lazier

RxJS

Sugar - A Javascript library for working with native objects.

immutable-js - Immutable persistent data collections for Javascript which increase efficiency and simplicity.

Mout - Modular JavaScript Utilities

Rambda - Faster and smaller alternative to Ramda

jQuery - jQuery JavaScript Library

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

mori - ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

moment - Parse, validate, manipulate, and display dates in javascript.