Skip to content

Commit

Permalink
Added README.
Browse files Browse the repository at this point in the history
  • Loading branch information
max99x committed Jul 31, 2011
1 parent 1ffbda0 commit cbe7cc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Empythoned
==========

Empythoned is a build script that uses [Emscripten](https://github.com/kripken/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](http://www.opensource.org/licenses/mit-license.php).

0 comments on commit cbe7cc6

Please sign in to comment.