Nemeski to [email protected] • 19 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukmessage-square84fedilinkarrow-up1275
arrow-up1275external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski to [email protected] • 19 days agomessage-square84fedilink
minus-squareOscarlinkfedilinkEnglish7•18 days agoSomebody should write a python to javascript transpiler for the web… (please don’t actually do that)
minus-square@[email protected]linkfedilink11•18 days agoThere’s a Python WASM runtime, if you really want to run python in a browser for some reason… https://github.com/wasmerio/wasmer-python
minus-square@[email protected]linkfedilink3•18 days agoWasm feels like yet another bloat layer on top of the existing web mess :((
minus-square@[email protected]linkfedilink1•18 days agoAt least until it gets direct dom manipulation and multithreading…
minus-squareOscarlinkfedilinkEnglish3•18 days agoOoh, neat. There’s also puepy, which was linked further down in this thread. It’s really cool to see more WASM projects pop up.
Somebody should write a python to javascript transpiler for the web…
(please don’t actually do that)
There’s a Python WASM runtime, if you really want to run python in a browser for some reason…
https://github.com/wasmerio/wasmer-python
Wasm feels like yet another bloat layer on top of the existing web mess :((
at least it’s not on top of js!
At least until it gets direct dom manipulation and multithreading…
Ooh, neat. There’s also puepy, which was linked further down in this thread. It’s really cool to see more WASM projects pop up.