Emacs Ecosystem
Installation
SKILL.md
<elisp_fundamentals> S-expressions as code and data (homoiconicity). Prefix notation for all operations.
;; cons_cell: Pair
(cons 1 2) ; => (1 . 2)
<elisp_fundamentals> S-expressions as code and data (homoiconicity). Prefix notation for all operations.
;; cons_cell: Pair
(cons 1 2) ; => (1 . 2)