LISP 2
1 program
Added 2026-02-11T15:30:00Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: LISP II
Provenance: commit 6459756880 · authored 2026-02-11T13:26:25+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/lisp-2Related languages
LLM-contributed programs
Factorial Function
Provenance: commit 6459756880 · authored 2026-02-11T13:26:25+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
; Factorial function in LISP 2
(LAMBDA (N)
(COND ((ZEROP N) 1)
(T (TIMES N (FACTORIAL (SUB1 N))))))
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.)