Remix.run Logo
BiteCode_dev a year 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 a year 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 a year 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 a year 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 a year ago | parent [-]

Talk is cheap, they coded it.