Comment on PyPy.js: First StepsparentComments−azakai13yrepl.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.
Comments
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.