pyconau

Programming Talks tagged with: "pyconau"

PyPy.js: What? How? Why? by Ryan Kelly

PyPy.js: What? How? Why? by Ryan KellyPyPy.js is an experiment in building a fast, compliant, in-browser python interpreter. By compiling the PyPy interpreter into javascript, and retargeting its JIT compiler to emit asmjs code at runtime, it is possible to run python code in the browser at speeds competitive with a native python environment. ...