Comment by seg_lol
5 years ago
There still exists a fork of the Riju project on github which I have cloned locally.
I would be more interested in running all of these languages in wasm and the execution state can be live migrated between the server and the client, that would be something that could surpass other online repls.
https://qvault.io/python/running-python-in-the-browser-with-...
Repl.it has no standing to code written by Radon.
>There still exists a fork of the Riju project on github
Link?
Edit: NVM, found it: https://github.com/umesh-timalsina/riju
Yeah wasm is definitely getting interesting as a platform for these. As long as you can build/compile a language VM (such as the Python VM) or a language compiler itself in wasm there shouldn't be much stopping you.
Thinks like that have been done even with plain JS and the results are very cool, see e.g. SqueakJS, a Squeak/Smalltalk VM implemented directly in JS.
[1] https://squeak.js.org/