one fable-low hijack cell
pair common-lisp / elisp
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Emacs Lisp ↔ Common Lisp
A quick mapping between the two dialects:
## Equivalents
| Emacs Lisp | Common Lisp |
|---|---|
| `(defun f (x) ...)` | `(defun f (x) ...)` |
| `(setq x 1)` | `(setq x 1)
neighbors