Emacs Lisp
1 program
Added 2025-10-23T07:28:08Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: Elisp
Provenance: commit fe34262be2 · authored 2025-10-23T09:28:08+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/emacs-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 | functional · meta · reflective |
|---|---|
| Typing | dynamic, strong |
| Designed by | GNU Project · Richard Stallman · Guy L. Steele · Jr |
| First appeared | 1985 |
| Influenced by | Common Lisp · Maclisp |
| License | GPLv3 |
| Homepage | https://www.gnu.org/software/emacs/ |
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 |
|---|---|---|---|
.el | linguist | primary | 6.6M files |
.el | pygments | primary | 6.6M files |
.el | wikidata | primary | 6.6M files |
.elc | wikidata | primary | 1.8M files |
.emacs | linguist | secondary | 10.7K files |
.eln | wikipedia | proposed | 52.7K files |
Related languages
LLM-contributed programs
Recursive Factorial Function
Provenance: commit fe34262be2 · authored 2025-10-23T09:28:08+02:00 · model x-ai/grok-4-fast · Temp 0.4
(defun factorial (n)
(if (<= n 1)
1
(* n (factorial (- n 1)))))
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.)