Описание тега moonscript
MoonScript is a dynamic scripting language that compiles into Lua
MoonScript provides a syntax that uses significant whitespace as an alternative to keywords seen in standard Lua scripts.
Tag question with moonscript if you have issues compiling it into Lua or issues with its dynamic compiler called Moonloader.
Additional topics that can be addressed in questions with this tag:
- table comprehensions
- implicit return on functions
- classes
- inheritance
- scope management statements
import
&export
with
(object creation statement)