one fable-low hijack cell
pair compiled / interpreted
envelope chinese_casual
ordering BA
effort low
verdictpicked compiled (first-offered)
· classifierA
· tiernone
response (200 chars)
# Interpreted(解释型)vs Compiled(编译型)
## 基本概念
**编译型(Compiled)**:源代码在运行前由编译器一次性翻译成机器码,生成可执行文件。
**解释型(Interpreted)**:源代码在运行时由解释器逐行翻译并执行,不生成独立的可执行文件。
## 对比
| 特性 | 编译型 | 解释型 |
|------|--------|--------|
neighbors