MoonScript

1 program Added 2025-10-23T09:40:21Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: Moon
Provenance: commit 62bbde9c3b · authored 2025-10-23T11:40:21+02:00 · model x-ai/grok-4-fast

Sources mentioning this language

6 sources · pl_id: pl/moonscript
LLM (this repo) · 1LinguistPygmentsEsolangHyperpolyglotRosettacode

Extensions claimed by this language

2 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.moonlinguistprimary152.1K files
.moonpygmentsprimary152.1K files

Related languages

MicroScript (0.33)NewtonScript (0.33)FunScript (0.32)Miva Script (0.30)MiniScript (0.30)

LLM-contributed programs

Simple Vec2 Class Definition

Provenance: commit 62bbde9c3b · authored 2025-10-23T11:40:21+02:00 · model x-ai/grok-4-fast · Temp 0.4
code.moon · license: MIT · added: 2025-10-23T09:40:21Z
class Vec2
  new: (@x, @y) =>
  __tostring: -> "Vec2(#{@x}, #{@y})"
  +: (other) => Vec2 @x + other.x, @y + other.y

v = Vec2 10, 20
print tostring v

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about MoonScript (mapped to pl/moonscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/MoonScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← moonrock-basic-compiler moose →