Remix.run Logo
BiteCode_dev 7 months ago

Maybe zig will become what rust is for python.

But JS needs a better compiled extension story for that to happen. The absence of a standard like wheels makes everything difficult.

DecoySalamander 7 months ago | parent [-]

I don't think that compiled extensions are a good solution for any particular task. Projects that need some code outside of JS ecosystem can compile it to WASM, project that need a lot of it should be done in that language instead.

BiteCode_dev 7 months ago | parent [-]

The entire AI ecosystem, the scientific stack, the GIS crowd and 3D modeling community disagree with you.

And they went for python, not js, because of this.

DecoySalamander 7 months ago | parent [-]

You're providing examples of "project that need a lot of it should be done in that language instead". What would these projects even gain from using nodejs on backend and packing most of their business code into extensions for node?

BiteCode_dev 7 months ago | parent [-]

Talk is cheap, they coded it.