common lisp
- date: 2026-05-14
- tags: nexus, proglang
- identifier: 20260514T211515
the programming language with which i'm most familiar. a lisp-2 dialect with both history and momentum.
the following emacs lisp code generates the list of pages that follows it.
(progn
(goto-char (point-max))
(search-backward "```\n")
(forward-line 1)
(delete-region (point) (point-max))
(newline)
(dolist (file (sort
(directory-files default-directory nil "_commonlisp" nil)
:key (lambda (s) (substring s 17))))
(insert "=> " file " "
(denote-query-extract-title file))))
ASDF package-inferred-system and package-local nicknames