Files
the-way-to-go_ZH_CN/eBook/02.8.md
fightfly 1e0b19d65d Update 02.8.md
The word spell is wrong.REPL's R should be "read" not "real".
2014-07-06 14:21:22 +08:00

10 lines
518 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2.8 Go 解释器
因为 Go 具有像动态语言那样快速编译的能力,自然而然地就有人会问 Go 语言能否在 REPLread-eval-print lopp编程环境下实现。Sebastien Binet 已经使用这种环境实现了一个 Go 解释器,你可以在这个页面找到:[https://bitbucket.org/binet/igo](https://bitbucket.org/binet/igo)
## 链接
- [目录](directory.md)
- 上一节:[Go 类虚拟机runtime](02.7.md)
- 下一章:[编辑器、集成开发环境与其它工具](03.0.md)