Comment by sankalpmukim

4 days ago

I wonder why did it take so long for someone to make something(s) this fast when this much performance was always available on the table. Crazy accomplishment!

Because Rust makes developers excited in a way that C/C++ just doesn't.

  • Yeah, it is as if there were never other compiled languages before to rewrite JavaScripting tooling.

    • Why do people get so mad that other people enjoy a language? If I’m more likely to rewrite some tooling because of the existence of a programming language and it’s more performant, isn’t that good for everyone?

      We are programmers we are supposed to like programming. These rust haters are intolerable.

      2 replies →

  • We had many languages that are faster that are not c/c++.

    Compare Go (esbuild) to webpack (JS), its over 100x faster easily.

    For a dev time matters, but is relative, waiting 50sec for a webpack build compared to 50ms with a Go toolchain is life changing.

    But for a dev waiting 50ms or 20ms does not matter. At all.

    So the conclusion is javascript devs like hype, and flooded Rust and built tooling for JS in Rust. They could have used any other compiled languge and get near the same peformance computer-time-wise, or the exact same time human-timewise.

I believe it goes back a few years to originally being just oxlint, and then recently Void Zero was created to fund the project. One of the big obstacles I can imagine is that it needs extensive plugin support to support all the modern flavours of TypeScript like React, Vue, Svelte, and backwards compatibility with old linting rules (in the case of oxlint, as opposed to oxc which I imagine was a by-product).

For a couple of reasons:

* You need have a clean architecture, so starting "almost from scratch" * Knowledge about performance (for Rust and for build tools in general) is necessary * Enough reason to do so, lack of perf in competition and users feeling friction * Time and money (still have to pay bills, right?)

It takes a good programmer to write it, and most good programmers avoid JavaScript, unless forced to use it for their day job. in that case, there is no incentive to speed up the part of the job that isn't writing JavaScript.

  • Some of us, already have all the speed we need with Java and .NET tooling, don't waste our time rewriting stuff, nor need to bother with borrow checker, even if it isn't a big deal to write affine types compliant code.

    And we can always reach out to Scala or F# if feeling creating to play with type systems.

  • > It takes a good programmer to write it, and most good programmers avoid JavaScript, unless forced to use it for their day job.

    Nonsense.