Brython - Python to Javascript translator
brython.info
Brython - Python to Javascript translator
1–10 of 71 posts
Re: Brython - Python to Javascript translator
#2Re: Brython - Python to Javascript translator
#3I think compiler is the wrong way to describe this. A computer program that translates between two different high level languages is typically called a language translator .
Re: Brython - Python to Javascript translator
#4I wonder if this can get the appropriate community to make it a decent alternative compared with TypeScript and CoffeeScript - or maybe I'm missing something here?
Re: Brython - Python to Javascript translator
#5It also supports ruby, scheme, lua and others[1]
What made it impractical was the slowness. Emscripten seems to work fine for clang[2], not so much for interpreted languages. Maybe the translator path can solve this issue.
[1] http://repl.it/#:languages
[2] https://developer.mozilla.org/en-US/demos/detail/bananabread
Re: Brython - Python to Javascript translator
#6Re: Brython - Python to Javascript translator
#7I've messed around with Python turned on in Chrome, and I think it'd make a great alternative to JavaScript.
Re: Brython - Python to Javascript translator
#8I think compiler is the wrong way to describe this. A computer program that translates between two different high level languages is typically called a language translator .
It's pretty common now to call these "compilers".