Skip to content

replit-archive/empythoned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

977ec10 · Apr 29, 2012

History

38 Commits
Sep 13, 2011
Apr 29, 2012
Aug 30, 2011
Sep 1, 2011
Jun 29, 2011
Jun 29, 2011
Jul 31, 2011
Aug 31, 2011
Aug 29, 2011
Sep 13, 2011
Aug 29, 2011
Aug 30, 2011

Repository files navigation

Empythoned

Empythoned is a build script that uses Emscripten to compile CPython for use in a browser. It attempts to compile the main interpreter as a single small executable and the whole standard library as dynamically loaded libraries.

The project is in its infancy. Right now the core interpreter works very well, but many of the libraries either don't work at all or contain various bugs.

Empythoned is licensed under the MIT license.