Neon
1 program
Added 2026-02-26T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit ef0354963b · authored 2026-02-26T13:25:59+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/neonExtensions 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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.neon | linguist | primary | 159.7K files |
Related languages
LLM-contributed programs
FizzBuzz
Provenance: commit ef0354963b · authored 2026-02-26T13:25:59+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
FOR i := 1 TO 100 DO
IF i MOD 15 = 0 THEN
print("FizzBuzz")
ELSIF i MOD 3 = 0 THEN
print("Fizz")
ELSIF i MOD 5 = 0 THEN
print("Buzz")
ELSE
print(str(i))
END IF
END FOR
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.)