Need advice about which tool to choose?Ask the StackShare community!

Deno

356
472
+ 1
93
Underscore

1.8K
589
+ 1
290
Add tool

Underscore vs Deno: What are the differences?

What is Underscore? JavaScript's utility _ belt. A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

What is Deno? A secure runtime for JavaScript and TypeScript. It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Underscore and Deno can be categorized as "Javascript Utilities & Libraries" tools.

Underscore is an open source tool with 24.9K GitHub stars and 5.43K GitHub forks. Here's a link to Underscore's open source repository on GitHub.

Decisions about Deno and Underscore

Fast Healthcare Interoperability Resources (FHIR) provides standard data objects in JSON format for the healthcare industry. Since JSON objects are hierarchical and tree-like, we had a need to defensively 'pluck' fields from our JSON objects and do lots of mapping. We tried jQuery and Underscore and a few other technologies like FHIRPath; but Lodash has been the most well supported, works in the most contexts, has the cleanest syntax, etc. We particularly like the ES6 version of Lodash, where we can import the method names directly, without resorting to * or _ syntax. We got hooked on the 'get' function to defensively pluck fields from objects without crashing our user interface, and have found countless uses for the other lodash functions throughout our apps. Lodash is great for developing and optimizing algorithms.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Deno
Pros of Underscore
  • 18
    Typescript
  • 14
    Secure
  • 13
    Open source
  • 9
    Formatting
  • 9
    Javascript
  • 9
    Great std library
  • 7
    Testing
  • 6
    ESM
  • 5
    Easy Config
  • 3
    No package-lock.json
  • 85
    Utility
  • 55
    Simple
  • 40
    Functional programming
  • 32
    Fast
  • 28
    Open source
  • 20
    Backbone
  • 16
    Javascript
  • 8
    Annotated source code
  • 6
    Library

Sign up to add or upvote prosMake informed product decisions

Cons of Deno
Cons of Underscore
  • 3
    Still in early development
  • 1
    Bad Rust plugin support
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is Deno?

    It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

    What is Underscore?

    A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Deno?
    What companies use Underscore?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Deno?
    What tools integrate with Underscore?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    What are some alternatives to Deno and Underscore?
    Node.js
    Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
    Golang
    Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
    Rust
    Rust is a systems programming language that combines strong compile-time correctness guarantees with fast performance. It improves upon the ideas of other systems languages like C++ by providing guaranteed memory safety (no crashes, no data races) and complete control over the lifecycle of memory.
    Python
    Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
    npm
    npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.
    See all alternatives