lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello all,

MoonScript is a language inspired by CoffeeScript that compiles to Lua. It's completely compatible with all Lua code, it's just another way to write Lua. I've been using it exclusively for all my Lua based projects for the past few years.

http://moonscript.org/

I released 0.3.0 this past weekend. You can find the changelog here: https://github.com/leafo/moonscript/blob/master/CHANGELOG.md

You can find the latest version on LuaRocks.

If you haven't heard of MoonScript here are some projects to check out that I've written in it:

https://github.com/leafo/lapis
https://github.com/leafo/moonrocks-site
https://github.com/leafo/streak.club

Thanks