one fable-low hijack cell
pair common-lisp / racket
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked racket (second-offered)
· classifierB
· tiernone
response (200 chars)
# Racket → Common Lisp Cheat Sheet
## Definitions
| Racket | Common Lisp |
|---|---|
| `(define x 5)` | `(defvar x 5)` / `(defparameter x 5)` |
| `(define (f x) ...)` | `(defun f (x) ...)` |
| `(lam
neighbors