←back to thread

514 points mfiguiere | 2 comments | | HN request time: 0.705s | source
Show context
blt ◴[] No.43710058[source]
Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.
replies(11): >>43710085 #>>43710092 #>>43710096 #>>43710118 #>>43710143 #>>43710153 #>>43710155 #>>43710180 #>>43710185 #>>43710371 #>>43710789 #
John23832 ◴[] No.43710092[source]
I asked the same question for Anthropic's version of this. Why is all of this in JS?
replies(4): >>43710167 #>>43710201 #>>43710294 #>>43710560 #
1. parhamn ◴[] No.43710294[source]
JS is web's (and "hip" developer's) python, and in many ways it is better. Also the tooling is getting a lot better (libraries, typescript, bundling, packaging, performance).

One thing I wonder that could be cool: when Bun has sufficient NodeJS compatibility the should ship bun --compile versions so you dont need node/npm on the system.

Then it's arguably a, "why not JS?"

replies(1): >>43710501 #
2. throwaway314155 ◴[] No.43710501[source]
> and in many ways it is better

Right but is it worth having to write JS?

/s (kinda)