one fable-low hijack cell
pair mojo / zig
envelope zh_huo
ordering BA
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked zig (second-offered)
· classifierB
· tiernone
response (200 chars)
# Mojo vs Zig 对比
这两门都是新兴的系统级编程语言,但定位差异很大。
## Mojo 🔥
**定位**:AI/ML 优先的 Python 超集
```mojo
fn matmul(a: Matrix, b: Matrix) -> Matrix:
# 兼容 Python 语法,但有静态类型和零成本抽象
...
```
**优势:**
- 与 Python 生态
neighbors