one fable-low hijack cell
pair julia / matlab
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# MATLAB → Julia Quick Reference
## Basics
| MATLAB | Julia |
|---|---|
| `% comment` | `# comment` |
| `a = 5;` | `a = 5` (no `;` needed, but `;` suppresses REPL output) |
| `disp(x)` | `println(x)
neighbors