Nemeski@lemm.ee to Python · 3 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square81fedilinkarrow-up1268arrow-down15cross-posted to: [email protected]
arrow-up1263arrow-down1external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python · 3 days agomessage-square81fedilinkcross-posted to: [email protected]
minus-squareOscarlinkfedilinkEnglisharrow-up7·2 days agoSomebody should write a python to javascript transpiler for the web… (please don’t actually do that)
minus-squareRonSijmlinkfedilinkarrow-up12·2 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-squareOscarlinkfedilinkEnglisharrow-up3·2 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.
minus-squareakkajdh999linkfedilinkarrow-up3arrow-down2·2 days agoWasm feels like yet another bloat layer on top of the existing web mess :((
minus-squareCratermaker@discuss.tchncs.delinkfedilinkarrow-up1·24 hours agoAt least until it gets direct dom manipulation and multithreading…
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
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.
Wasm feels like yet another bloat layer on top of the existing web mess :((
At least until it gets direct dom manipulation and multithreading…
at least it’s not on top of js!
https://pyscript.net/