Mouse
1 program
Added 2026-02-06T00:34:57.408228Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit b9877f3d01 · authored 2026-02-06T01:35:29+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/mouseRelated languages
LLM-contributed programs
Factorial Calculator
Provenance: commit b9877f3d01 · authored 2026-02-06T01:35:29+01:00 · agent claude-code · model sonnet · WebSearch disabled
~ Calculate factorial
~ Input: number on stack
~ Output: factorial result
"Enter a number: " 1 ?
N:
1 F:
1 I:
( I. N. > ^
F. I. * F:
I. 1 + I:
)
"Factorial is: " F. ! $
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.)