one fable-low hijack cell
pair julia / python
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's a quick Python → Julia translation guide:
## Basics
| Python | Julia |
|---|---|
| `def f(x):` | `function f(x)` ... `end` or `f(x) = ...` |
| `lambda x: x+1` | `x -> x + 1` |
| `# comment` |
neighbors