Comment on Is a web browser using another scripting language feasible?

CameronDev@programming.dev ⁨2⁩ ⁨days⁩ ago

Arguably typescript fits, it is converted to JS for runtime, but the developer writes TS. You theoretically could transpile python or lua to JS, no idea if it exists yet though.

Otherwise WASM would be the main contender, dunno if lua or python can compile to wasm, but lots of languages can.

source
Sort:hotnewtop