S
S
sergealmazov2014-03-01 12:37:21
JavaScript
sergealmazov, 2014-03-01 12:37:21

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

6 answer(s)
K
Konstantin Dovnar, 2014-03-01
@SolidlSnake

It seems to be .

D
Denis Pushkarev, 2014-03-01
@rock

Perhaps the most complete list.

I
Ivan Starkov, 2014-03-01
@icelaba

The most popular coffeescript.org

S
svd71, 2014-03-01
@svd71

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.

T
Taekun, 2014-03-01
@Taekun

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.

A
afiskon, 2014-03-01
@afiskon

Haskell compiles to JS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question