About 126,000 results
Open links in new tab
  1. MoonScript, a language that compiles to Lua

    Jan 25, 2019 · 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 …

  2. MoonUI-v13-102-SCRIPTS/Moon at main - GitHub

    Contribute to IlikeyocutgHAH/MoonUI-v13-102-SCRIPTS development by creating an account on GitHub.

  3. MoonScript - Helloworldwiki.com

    Jun 10, 2025 · MoonScript’s syntax is often compared to CoffeeScript but targets Lua instead of JavaScript. It’s used in projects like LÖVE (a popular 2D game engine). MoonScript supports …

  4. An Overview of MoonScript - leafo.net

    Dec 16, 2025 · As an alternative, here is a tutorial and overview of some of MoonScript’s syntax with no Lua knowlege required. If you've worked with JavaScript (or CoffeeScript) before, you'll …

  5. MoonScript download | SourceForge.net

    Jul 16, 2024 · 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. …

  6. Moon Script - MoonScript

    This is a very basic scripting language for simple scripting with some syntax based on Rust's.

  7. Learn MoonScript in Y Minutes

    It gives you the power of one of the fastest scripting languages combined with a rich set of features. See to see official guides on installation for all platforms. -- Two dashes start a …

  8. MoonScript 0.5.0 - Language Guide

    For each code snippet below, the MoonScript is on the left and the compiled Lua is on right right. This is the official language reference manual, installation directions and the homepage are …

  9. GitHub - leafo/moonscript: :crescent_moon: A language that …

    MoonScript is a self-hosted compiler, meaning it's written in MoonScript itself. When contributing, please follow the following guidelines: It's helpful to have a separate installation of MoonScript …

  10. Using MoonScript - Marta

    It’s a programming language that compiles to Lua source code. It uses significant whitespaces, so it might be a better choice if you got used to Python. MoonScript compiler is available on …