←back to thread

160 points todsacerdoti | 2 comments | | HN request time: 0.562s | source
Show context
paulddraper ◴[] No.41898871[source]
The biggest reason to be skeptical is that these tools are not open to extension in the same way that JavaScript is.

Webpack has an enormous community of third-party plugins, it would be very hard to do something similar with e.g. Go or Zig.

replies(2): >>41898951 #>>41899005 #
tightbookkeeper ◴[] No.41899005[source]
This is funny to me. Go and zig are built with the Unix shell in mind - the most extensible and modular system around.

The webpack ecosystem on the other hand is it’s own OS.

replies(1): >>41899166 #
1. dpritchett ◴[] No.41899166[source]
Maybe for some the appeal of JS is in (hopefully) never having to learn Unix?

I’ve heard several folks say that about Kubernetes, but in my experience the *nix core always resurfaces the second things get weird.

replies(1): >>41899181 #
2. tightbookkeeper ◴[] No.41899181[source]
That certainly can be a benefit. But as we see here it also limits your thinking to that ecosystem.