NIL
1 program
Added 2026-02-11T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: New Implementation of Lisp
Provenance: commit 7ae6d27283 · authored 2026-02-11T11:54:52+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/nilWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multiparadigm: functional · procedural |
|---|---|
| Typing | dynamic, strong |
| Designed by | Jon L White · Guy L. Steele Jr · Richard P. Gabriel |
| First appeared | 1979 |
| Influenced by | Lisp · Maclisp |
| Implemented in | VAX assembly |
Related languages
LLM-contributed programs
Factorial Function
Provenance: commit 7ae6d27283 · authored 2026-02-11T11:54:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
(defun factorial (n)
(cond ((zerop n) 1)
(t (times n (factorial (difference n 1))))))
(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.)