←back to thread

160 points todsacerdoti | 1 comments | | HN request time: 0s | source
Show context
metadat ◴[] No.41899074[source]
> I should also acknowledge: there is a perf hit from using Wasm versus pure-native tools. So this could be another reason native tools are taking the CLI world by storm, but not necessarily the browser frontend.

I didn't know about this before, I wonder how much overhead?

The reason I am reluctant to rely on JS tools for anything CLI is because of Node.js instability due to version sensitivity and impossible-to-fix-without-reinstalling-the-os low level LibC errors.

Compared to go, rust, or python, the odds that any given CLI.js program will run across my (small) fleet of machines is very low, by factor or 10x or more compared to alternatives. Some boxes I don't want to reinstall from scratch every 4 years, they're not public facing and life is too short.

replies(2): >>41901638 #>>41902691 #
1. lenkite ◴[] No.41901638[source]
Deno is fixing this with their standard library and JSR.