Hacker News new | ask | show | jobs
by azakai 4711 days ago
repl.it does not include the full standard library. repl.it uses dlopen to load python modules at runtime, which were compiled separately.

pypy.js on the other hand does include the full standard library.