8th
1 program
Added 2026-02-08T14:53:24.966676Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 2d9aa58a85 · authored 2026-02-08T15:55:04+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/8thLLM-contributed programs
Factorial
Provenance: commit 2d9aa58a85 · authored 2026-02-08T15:55:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
\ factorial
: factorial
dup 1 n:<=
if
drop 1
else
dup n:1- recurse n:*
then ;
5 factorial . cr
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.)