Stalin
1 program
Added 2026-02-13T14:11:40Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: STAtic Language ImplementatioN
Provenance: commit 50f6654777 · authored 2026-02-13T15:12:22+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/stalinRelated languages
LLM-contributed programs
Takeuchi Function Benchmark
Provenance: commit 50f6654777 · authored 2026-02-13T15:12:22+01:00 · agent claude-code · model sonnet · WebSearch enabled
(define (tak x y z)
(if (not (< y x))
z
(tak (tak (- x 1) y z) (tak (- y 1) z x) (tak (- z 1) x y))))
(do ((i 0 (+ i 1))) ((= i 1000))
(write (tak 18 12 6))
(newline))
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.)