Acornsoft Lisp

1 program Added 2026-02-24T13:04:21Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Acornsoft LISP
Provenance: commit b3587913b4 · authored 2026-02-24T14:04:56+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Lisp (0.26)AutoLISP (0.23)Bone Lisp (0.22)Lispkit Lisp (0.21)BBN Lisp (0.20)

LLM-contributed programs

Factorial

Provenance: commit b3587913b4 · authored 2026-02-24T14:04:56+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.lisp · added: 2026-02-24T13:04:21Z
(defun factorial (n)
  (cond ((zerop n) 1)
        (t (times n (factorial (sub1 n))))))

(defun factorial (n (result . 1))
  (loop
    (until (zerop n) result)
    (setq result (times n result))
    (setq n (sub1 n))))

Contribute — propose a file extension

Tell us where to find evidence about Acornsoft Lisp (mapped to pl/acornsoft_lisp). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Acornsoft Lisp/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← acorn-lang acornsoft-logo →