Parenscript
1 program
Added 2026-02-07T21:20:07Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ParenScript
Provenance: commit f2c99332da · authored 2026-02-07T22:20:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/parenscriptRelated languages
LLM-contributed programs
Factorial Function
Provenance: commit f2c99332da · authored 2026-02-07T22:20:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
(defun factorial (n)
(if (<= n 1)
1
(* n (factorial (- n 1)))))
(console.log (factorial 5))
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.)