2006-05-27
Python to Javascript
Simon posted a comment on my post about the C# to Javascript compiler pointer out that there is a Python to Javascript system.
So far I've come across converters to Javascript from the following languages:
Even the JSScheme system might count, as the JIT essentially compiles Scheme into Javascript. I've been able to run this from Rhino to compile the Scheme code to Javascript and run it in the browser. All it would need is some nice libraries to wrap the DOM and use AJAX.