JudoScript
1 program
Added 2026-02-28T16:28:32Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Judo
Provenance: commit d21479ae28 · authored 2026-02-28T17:29:10+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/judoscriptRelated languages
LLM-contributed programs
Loop with Switch Statement
Provenance: commit d21479ae28 · authored 2026-02-28T17:29:10+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
arr = { 0, 1, 2, 3, 4 };
for x in arr {
switch x {
case 0: println 'zero'; break;
case 1: println 'uno'; break;
default: println x; break;
}
}
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.)