one fable-low hijack cell
pair elisp / lisp
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked lisp (second-offered)
· classifierB
· tiernone
response (200 chars)
# Lisp ∩ Emacs Lisp
## Shared core (the "Lisp" in both)
```elisp
;; S-expressions, prefix notation
(+ 1 2 3) ; → 6
;; Lists & cons cells
(cons 1 '(2 3)) ; → (1 2 3)
neighbors