|
|
@@ -1,21 +1,7 @@
|
|
|
-##啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
|
|
|
-要不等到 ***2013 年 4 月 16 日*** 再来看看吧~~
|
|
|
-
|
|
|
-这里还有一些其它的学习资源噢~
|
|
|
-
|
|
|
- - [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming):已更新至 [第七课](https://github.com/Unknwon/go-fundamental-programming/blob/master/lecture6/lecture6.md)
|
|
|
- - [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang)
|
|
|
-
|
|
|
-神马?你说你不想学习?那好吧,去逛逛论坛看看行情也行~
|
|
|
-
|
|
|
-- [Golang中文社区](http://bbs.mygolang.com/forum.php)
|
|
|
-- [Go语言学习园地](http://studygolang.com/)
|
|
|
-- [Golang中国](http://golang.tc)
|
|
|
-
|
|
|
#2.8 Go 解释器
|
|
|
-
|
|
|
+因为 Go 具有像动态语言那样快速编译的能力,自然而然地就有人会问 Go 语言能否在 REPL(real-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)
|
|
|
+- 下一章:[编辑器、集成开发环境与其它工具](03.0.md)
|