Category:MoonScript: Difference between revisions

m
Added "Language" template
No edit summary
m (Added "Language" template)
 
Line 1:
{{stub}}
[http://moonscript.org/ MoonScript] is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features.
{{language
|site=http://moonscript.org/}}
[http://moonscript.org/ MoonScript] is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features.
 
MoonScript can either be compiled into [[Lua]] and run at a later time, or it can be dynamically compiled and run using the moonloader. It’s as simple as require "moonscript" in order to have Lua understand how to load and run any MoonScript file.