Ring

1 program Added 2025-10-23T07:20:19Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit de4a7440f7 · authored 2025-10-23T09:20:20+02:00 · model x-ai/grok-4-fast

Sources mentioning this language

6 sources · pl_id: pl/ring
LLM (this repo) · 1PldbLinguistHyperpolyglotRosettacodeWikidata · Q25462748

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
.ringlinguistprimary26.3K files
.ringwikidataprimary26.3K files

Related languages

Wiring (0.40)Zing (0.33)Homespring (0.29)Riff (0.27)Inkling (0.25)

LLM-contributed programs

FizzBuzz

Provenance: commit de4a7440f7 · authored 2025-10-23T09:20:20+02:00 · model x-ai/grok-4-fast · Temp 0.4
code.ring · added: 2025-10-23T07:20:19Z
for n=1 to 100
    if n%15 = 0
       ? "FizzBuzz"
    else if n%3 = 0
       ? "Fizz"
    else if n%5 = 0
       ? "Buzz"
    else
       ? n
    ok
next

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 Ring (mapped to pl/ring). 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/Ring/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← RiLOLCODE Ring-around-the-Rosie →