views:

183

answers:

6

Possible Duplicate:
What compilers target JavaScript runtimes?

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

+6  A: 

I like JavaScript, but the Google Web Toolkit is an open source development kit for creating and maintaining complex JavaScript applications in Java. It includes a Java-to-JavaScript compiler.

Daniel Vassallo
+3  A: 

I haven't tried these, but:

MileScript
Java
Objective-J
C#

Kevin
+2  A: 

Pyjamas is like GWT, but for Python. Red is a Ruby->JS translator.

Matthew Flaschen
+3  A: 

My favorite is HAXE http://haxe.org/, it can compile Flash, C++, PHP too...

Roki
+2  A: 

And now, Lisp! See here.

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

I'm not sure if "compiled" applies here; at least part of them seem to be interpreters running as JavaScript programs.

Carl Smotricz
A: 

F#

mwilson