Remix.run Logo
DecoySalamander a year ago

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.