Friday, May 30, 2014

Python (and others) in Web Browser

Skulpt 

Skulpt is an entirely in-browser implementation of Python.
No preprocessing, plugins, or server-side support required, just write Python and reload.


Various programming languages all running directly in Web Browser, 
thanks to compiling to optimized subset of JavaScript.

Such compiling is usually done by this award winning compiler