Franz Lisp
1 program
Added 2026-02-06T17:55:53Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Franz, FranzLISP
Provenance: commit 02f2d08015 · authored 2026-02-06T18:56:29+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/franz-lispWikipedia 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 | multi-paradigm: functional · procedural · reflective · meta |
|---|---|
| Typing | dynamic, strong |
| Designed by | University of California · Berkeley · Richard Fateman · John Foderaro · Kevin Layer · Keith Sklower |
| First appeared | 1980 |
| Influenced by | Lisp · Maclisp · Common Lisp |
| License | Proprietary, freeware |
| Implemented in | C · Franz Lisp |
Related languages
LLM-contributed programs
Factorial Function
Provenance: commit 02f2d08015 · authored 2026-02-06T18:56:29+01:00 · agent claude-code · model sonnet · WebSearch disabled
(defun factorial (n)
(cond ((= n 0) 1)
(t (* n (factorial (- n 1))))))
(print (factorial 5))
(print (factorial 10))
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.)