one fable-low hijack cell
pair elixir / python
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked elixir (first-offered)
· classifierA
· tiernone
response (200 chars)
# Python → Elixir Cheatsheet
## Mindset Shift
| Python | Elixir |
|---|---|
| Object-oriented, mutable | Functional, immutable |
| Classes & methods | Modules & functions |
| Loops | Recursion, `Enum
neighbors