one fable-low hijack cell
pair elixir / r
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked elixir (first-offered)
· classifierA
· tiernone
response (200 chars)
# Elixir → R: Quick Translation Guide
## Basic Syntax
| Concept | Elixir | R |
|---|---|---|
| Assignment | `x = 5` | `x <- 5` |
| String | `"hello"` | `"hello"` |
| Interpolation | `"hi #{name}"` |
neighbors