newLISP
1 program
Added 2025-10-28T14:35:46Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit fc125de68b · authored 2025-10-28T15:35:46+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/newlispWikipedia 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 |
|---|---|
| Designed by | Lutz Mueller |
| First appeared | 1991 |
| Influenced by | C · Common Lisp · Perl · Scheme |
| License | GPLv3+ |
| Homepage | http://www.newlisp.org |
Extensions claimed by this language
6 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.lsp | pygments | primary | 199.1K files |
.nl | linguist | primary | 52.9K files |
.kif | pygments | secondary | 15.2K files |
.lisp | linguist | secondary | 2.5M files |
.lsp | linguist | secondary | 199.1K files |
.nl | pygments | secondary | 52.9K files |
Related languages
LLM-contributed programs
Recursive Factorial Function
Provenance: commit fc125de68b · authored 2025-10-28T15:35:46+01:00 · model x-ai/grok-4-fast · Temp 0.4
(define (fact n)
(if (= n 0)
1
(* n (fact (- n 1)))))
(fact 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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.nl/1 | .nl | default | [] |
h/linguist/.lisp/1 | .lisp | predicates | [{"kind": "any", "regexes": ["^\\s*\\(define "]}] |
h/linguist/.lsp/1 | .lsp | predicates | [{"kind": "any", "regexes": ["^\\s*\\(define "]}] |