Hacker News new | ask | show | jobs
by CharlieDigital 850 days ago

    > Esbuild is carried by a single developer 
The right answer is to support that developer and contribute to the project.

The VC answer is to build something entirely novel and then fail to deliver.

2 comments

They did exactly that. Just not esbuild.

They sponser https://github.com/kdy1 (see the vercel in his profile), who spearheads swc, which is very similar in goals and scope to esbuild. swc may ring a bell, as it's the parser/compiler that is used by deno and bun.

Deno uses swc, but Bun does not, it uses its own parser/transpiler written in zig.

Source: check the language breakdown on zig's repo: 0% rust (what swc is written in).

LOL. One best a replies I’ve read in HN in a long time.