vindarel / languages-that-compile-to-python

List of languages that compile to python
244 stars 14 forks source link

Compiling JavaScript to Python #11

Open jarble opened 5 years ago

jarble commented 5 years ago

This list currently doesn't include compilers that translate JavaScript into Python, like JS2Py. Will any of these compilers be included in the list?

vindarel commented 5 years ago

Hello, mmh this kind of transpiler isn't the main goal of this list, which is to find variants of Python. Here js2py helps to import js code into Python. It isn't a new language.

jarble commented 3 years ago

There are also many languages that compile to JavaScript, so these languages could be compiled to Python using JS2Py.