Leaf Corcoran is announcing that MoonScript with version number 0.3.2 is already available to download.
What is MoonScript ?
MoonScript is A scripting language that compiles to Lua code .
MoonsCript was inspired by CoffeeScript and is one of the fastest to-Lua compilers around.MoonScript code can be compiled at runtime or at a peculiar time and have the code executed later.
This is changelog for MoonScript version 0.3.2 :
- Added continue keyword for skipping the current iteration in a loop.
- Added string interpolation.
- Added do expression and block.
- Added unless as a block and line decorator. Is the inverse of if.
You can read the complete changelog and also download this latest version on their homepage: moonscript.org