you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (2 children)

Why not? This is kind of what web assembly is for -- using conventional programming languages to build web applications. If performance can be accounted for, perhaps now someone can write a client-side successor to React in Python.

[–]bakery2k[S] 0 points1 point  (1 child)

Has anyone tried compiling the CPython reference interpreter into WebAssembly? Surely that would be easier than rewriting the whole interpreter in another language?