From 1e0b19d65d894e2c0d471f08df1865c92cd25b55 Mon Sep 17 00:00:00 2001 From: fightfly Date: Sun, 6 Jul 2014 14:21:22 +0800 Subject: [PATCH] Update 02.8.md The word spell is wrong.REPL's R should be "read" not "real". --- eBook/02.8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/02.8.md b/eBook/02.8.md index ce3c36f..cb7ebc1 100644 --- a/eBook/02.8.md +++ b/eBook/02.8.md @@ -1,9 +1,9 @@ # 2.8 Go 解释器 -因为 Go 具有像动态语言那样快速编译的能力,自然而然地就有人会问 Go 语言能否在 REPL(real-eval-print lopp)编程环境下实现。Sebastien Binet 已经使用这种环境实现了一个 Go 解释器,你可以在这个页面找到:[https://bitbucket.org/binet/igo](https://bitbucket.org/binet/igo) +因为 Go 具有像动态语言那样快速编译的能力,自然而然地就有人会问 Go 语言能否在 REPL(read-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) \ No newline at end of file +- 下一章:[编辑器、集成开发环境与其它工具](03.0.md)