Are there any languages targeting JavaScript (like CoffeeScript) and written in Python? I found Pyjamas, but it’s GWT of Python as I see. I want a language that doesn’t need heavy runtime library and is able to be compiled to JavaScript. I found Mascara also, and it very satisfies my requirements except it’s license. CoffeeScript is ideal for me except it’s written in CoffeeScript itself. I have to compile [CoffeeScript-like language] source codes into JavaScript statically in Python application.
feedback
|
|
Check this: PyvaScript: http://www.allbuttonspressed.com/blog/django/2010/07/PyvaScript-Pythonic-syntax-for-your-browser Pyjs: https://github.com/anandology/pyjs Pyjamas: http://pyjs.org/ | |||
|
feedback
|
|
You might want to have a look at pyjaco (python to javascript compiler). | |||
|
feedback
|
|
One part of Pyjamas is pyjs, which is decribed this way in the project overview:
Sounds like it should fit the bill: no need to use the other parts of pyjamas you don't need. | |||
|
feedback
|