Live data from Hacker News

MoonScript v0.2.0 Released

leafo.net

11–13 of 13 posts

Re: MoonScript v0.2.0 Released

#11

While some of the features MoonScript provides are very interesting, I'm not sure it's really needed as much for Lua as CoffeeScript is for JavaScript - Lua is a rather nice language on its own.

Lua is actually pretty verbose. The MoonScript codebase is about 1700 lines of MoonScript and it compiles up to 3k lines of Lua (and that's without whitespace and comments)

Things like classes, comprehensions, and other syntactic sugar really do help with writing concise and easy to read programs.

Re: MoonScript v0.2.0 Released

#13
post #6
post #5

Earlier quoted context omitted.

Sorry, I meant exactly that - do we know of any other languages than "Coffeescript"ish languages that convert to either javascript or lua? - thanks

Yes, Dart. It's a Google sponsored language that's shaping up great. http://www.dartlang.org/ Dart goes beyond what CoffeeScript offers. For instance, Dart can use a lot of library code and try to produce a final script that ships only the methods your program uses. Dart has many parts to it. There's a Dart Editor that uses Eclipse as a foundation but actually strives to be a lightweight editor. The Dart compiler shi…

I'm sorry, do you work for google? You sound like you're selling it to us.
Post reply on HN