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