DWIM
1 program
Added 2026-02-13T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Do What I Mean
Provenance: commit 6901970863 · authored 2026-02-13T15:46:54+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/dwimRelated languages
LLM-contributed programs
Factorial
Provenance: commit 6901970863 · authored 2026-02-13T15:46:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
(DEFINEQ (FACTORIAL (LAMBDA (N)
(COND
((ZEROP N) 1)
(T (TIMES N (FACTORIAL (SUB1 N))))))))
(PRINT (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.)