Min
1 program
Added 2026-02-07T12:14:48Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 1a5b01e043 · authored 2026-02-07T13:15:35+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/minRelated languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit 1a5b01e043 · authored 2026-02-07T13:15:35+01:00 · agent claude-code · model sonnet · WebSearch disabled
; Fibonacci sequence generator
; Calculates and prints the first 10 fibonacci numbers
(
:n
(n 0 ==) (0) (
(n 1 ==) (1) (
(n 1 -) fib (n 2 -) fib +
) if
) if
) :fib
10 (
:i
i fib print
) times
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.)