What languages ​​can be compiled in javascript?

Possible duplicate:
Which compilers aim for JavaScript battery life?

Like CoffeeScript. I don't like javascript, and it would be nice if I could replace it.

+6
javascript programming-languages
source share
6 answers

I like JavaScript, but the Google Web Toolkit is a suite for developing and supporting complex JavaScript applications in Java. It includes the Java-to-JavaScript compiler.

+6
source share

My favorite Haxe , it can compile Flash, C ++, PHP too ...

+4
source share

I have not tried them, but:

MileScript
Java
Objective-j
FROM#

+3
source share

Pajamas are similar to GWT, but for Python. Red is a Ruby-> JS translator.

+2
source share

And now, Lisp! See here .

Admittedly, the syntax of some of these implementations is a bit strange. Jisp uses square brackets instead of parentheses.

I'm not sure if compiled is used here; at least some of them seem to be translators working as JavaScript programs.

+2
source share
0
source share

All Articles