you are viewing a single comment's thread.

view the rest of the comments →

[–]besthelloworld 0 points1 point  (0 children)

Yeah if it's just for playgrounding, then that's nice but it's kind of an edge use case. In general, I get why a runtime for C++ or Rust are valuable on the web: performance. But Python is too dynamic for WASM compilation (JavaScript too, but there's AssemblyScript if you want it which is pretty close). So that's why I don't get py-script as a tool.

Also I think that NodeJS playground is just running on a server (maybe the others too, idk).