one fable-low hijack cell
pair julia / mathematica
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# Mathematica → Julia Quick Reference
## Basics
| Mathematica | Julia |
|---|---|
| `f[x_] := x^2` | `f(x) = x^2` |
| `x = {1, 2, 3}` | `x = [1, 2, 3]` |
| `Range[10]` | `1:10` or `collect(1:10)` |
neighbors