@[email protected] to [email protected]English • 3 months agoA peek into a possible future of Python in the browser - Łukasz Langalukasz.langa.plexternal-linkmessage-square12fedilinkarrow-up156arrow-down12
arrow-up154arrow-down1external-linkA peek into a possible future of Python in the browser - Łukasz Langalukasz.langa.pl@[email protected] to [email protected]English • 3 months agomessage-square12fedilink
minus-square@[email protected]linkfedilinkEnglish2•3 months agoI think if the idea is to replace js, it should be a superset language at the interpreter level. I.e. the interpreter can run js, but valid js wouldn’t work with the compiler. It makes it a drop-in replacement without harming legacy
I think if the idea is to replace js, it should be a superset language at the interpreter level. I.e. the interpreter can run js, but valid js wouldn’t work with the compiler. It makes it a drop-in replacement without harming legacy
WebAssembly is the target, not js, I believe.