Answer the question
In order to leave comments, you need to log in
What languages compile to JavaScript?
Can you tell me which languages compile to JavaScript as output?
Interested in client-side JS.
Answer the question
In order to leave comments, you need to log in
JavaScript is a scripting language. Based on it, bytecode is created, which is executed by the Java Virtual Machine.
It is somehow silly to create a programming language for translating first into a script, and then into bytecode.
Some languages have "translators" for translating so-called header files (for example, Pascal has the ability to translate headers from C), but this is required mainly to create extensions in another language, not a full translation.
many languages compile to javascript as one of Google's Dart lang options. And so look for each language if there is a compilation implementation in js.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question