Another cool language that compiles to JavaScript is haXe (really close to EcmaScript 4)... unfortunately the output is far from being "optimal" as I reported some months ago on the haXe mailing list: http://markmail.org/thread/l2rvr5ux7s3im3c6 - besides the language features one cool thing about haXe is that it compiles to a bunch of different targets and have a shared base library that works for all of them, so you can use advanced features even if the target/language/runtime doesn't support it.
if anyone want to know more about it: http://haxe.org/doc/intro and http://haxe.org/doc/features PS: I'm still using vanilla javascript for all my projects and probably won't switch to another language that compiles to JS anytime soon - even missing some features like classes, interfaces, enums, access control modifiers, proper scope, etc... -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
