one fable-low hijack cell
pair common-lisp / scheme
envelope zh_huo_q
ordering AB
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictpicked scheme (second-offered)
· classifierB
· tiernone
response (200 chars)
# Scheme 还是 Common Lisp?
这是 Lisp 社区的经典问题。简单总结一下两者的差异,帮你选择:
## Scheme
**优点:**
- 设计极简优雅,核心规范很小(R7RS-small 只有几十页)
- 概念一致性强:统一命名空间(Lisp-1)、一等续延(call/cc)、保证尾调用优化
- 非常适合学习编程语言原理(SICP 就用 Scheme)
- 卫生宏(hyg
neighbors