From cbe7cc6c81dcdcf3046bcb1b46c863bb6c79ac60 Mon Sep 17 00:00:00 2001 From: max99x Date: Sun, 31 Jul 2011 10:36:25 +0300 Subject: [PATCH] Added README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb8f0ff --- /dev/null +++ b/README.md @@ -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).