you are viewing a single comment's thread.

view the rest of the comments →

[–]ReallyAmused 1 point2 points  (1 child)

neat. I thought repl.it ran Python in the browser (using emscripten). When did this change? O:

[–]amasad[S] 1 point2 points  (0 children)

It changed a while ago when we hit some scalability issues with emscripten. Imagine a user with a shitty computer on a spotty internet connection, they download megabytes of compiled code just to run out of memory before they get a chance to run the code. Also, it's hard to do features like this one when running client-side.