Render Mandelbrot fractal with PyPy.js
PyPy.js is an experiment in building a fast and compliant python environment for the web.
It uses the PyPy python interpreter, compiled for the web via
emscripten, with a custom JIT backend that emits asm.js
code at runtime.