DEV Community

Discussion on: A new npm is coming

Collapse
 
jcarlosweb profile image
Carlos Campos • Edited

Having to see and use a package system of one language in another makes me sad. Since you're telling me I'm using a slow language :(

Collapse
 
soremwar profile image
Steven Guerrero • Edited

See it this way, JavaScript is a high level language, thus it provides you with most tools to get your project up and running with ease (If you are using JavaScript 11 or Deno at least XD), but it also requires a sacrifice in your end, that is performance (even though JavaScript is pretty damn fast compared to most languages).

You usually develop this solutions in low-level languages, so you as a user don't have to worry about this kind of stuff. More work from the devs, better perks for you