RON

1 program Added 2026-02-13T15:57:42Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Rusty Object Notation
Provenance: commit 94816b1c56 · authored 2026-02-13T16:58:14+01:00 · agent claude-code · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/ron
LLM (this repo) · 1PldbLinguist

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.ronlinguistprimary88.7K files

Related languages

BON (0.41)Z notation (0.26)PMX (0.24)Notation3 (0.24)HOCON (0.23)

LLM-contributed programs

Game Scene Configuration

Provenance: commit 94816b1c56 · authored 2026-02-13T16:58:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.ron · license: MIT · added: 2026-02-13T15:57:42Z
Scene(
    title: "Fairy writer",
    materials: {
        "hero": (
            color: Some(Rgba(
                red: 0.5,
                green: 0.3,
                blue: 0.8,
                alpha: 1.0,
            )),
        ),
        "enemy": (
            color: Some(Rgba(
                red: 1.0,
                green: 0.0,
                blue: 0.0,
                alpha: 1.0,
            )),
        ),
    },
    entities: [
        (
            position: (512, 256, 128),
            material: "hero",
        ),
        (
            position: (256, 512, 0),
            material: "enemy",
        ),
    ],
)

Real programs from Software Heritage

2 samples mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
non_existent_bare_root.graphql-parsed.ron · 345 B · ext .ron · seen 48× in SWH
via unique-primary
swh:1:cnt:ec035c9af090bdb1a3a60231a1f025f0311d0e5a;origin=https://github.com/obi1kenobi/trustfall;anchor=swh:1:rev:9ed886d306c2549976365e6f6433a6772c35df5c;path=/trustfall_core/test_data/tests/frontend_errors/non_existent_bare_root.graphql-parsed.ron
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
Ok(TestParsedGraphQLQuery(
  schema_name: "filesystem",
  query: Query(
    root_connection: FieldConnection(
      position: Pos(
        line: 3,
        column: 5,
      ),
      name: "NonExistent",
    ),
    root_field: FieldNode(
      position: Pos(
        line: 3,
        column: 5,
      ),
      name: "NonExistent",
    ),
  ),
))
filter_non_orderable_types.graphql.ron · 213 B · ext .ron · seen 45× in SWH
via unique-primary
swh:1:cnt:63f1426a909c9a719d679553f39bc8687116621e;origin=https://github.com/obi1kenobi/trustfall;anchor=swh:1:rev:9ed886d306c2549976365e6f6433a6772c35df5c;path=/trustfall_core/test_data/tests/frontend_errors/filter_non_orderable_types.graphql.ron
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
TestGraphQLQuery (
    schema_name: "nullables",
    query: r#"
{
    MainType {
        nonNullBool @output @tag(name: "my_tag")

        bool @filter(op: "<", value: ["%my_tag"])
    }
}"#,
    arguments: {},
)

Contribute — propose a file extension

Tell us where to find evidence about RON (mapped to pl/ron). 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/RON/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← RomanF Rook →