Skip to content

Commit

Permalink
02.8.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Apr 15, 2013
1 parent deec5b5 commit 3ba6f34
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
该翻译版本已获得原作者(Ivo Balbaert)本人授权,并表示支持开源事业的发展!

##翻译进度
2.7 [Go 类虚拟机(eBook/runtime)](02.7.md)
2.7 [Go 类虚拟机(runtime)](eBook/02.7.md)

##支持本书
如果你喜欢本书《Go入门指南》,你可以参与到本书的翻译或纠正工作中来,一同完善本书并帮助壮大 Go 语言在国内的学习群体,给大家提供更好的学习资源。
Expand Down
18 changes: 2 additions & 16 deletions eBook/02.8.md
Original file line number Diff line number Diff line change
@@ -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)
21 changes: 21 additions & 0 deletions eBook/03.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
##啊哦,亲,你看得也太快了。。。还没翻译完呢 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)

#3.0 编辑器、集成开发环境与其它工具


##链接
- [目录](directory.md)
- 上一章:[Go 解释器](02.8.md
- 下一节:[Go 开发环境的基本要求](03.1.md)
2 changes: 1 addition & 1 deletion eBook/directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- 2.7 [Go 类虚拟机(runtime)](02.7.md)
- 2.8 [Go 解释器](02.8.md)
- 第3章:[编辑器、集成开发环境与其它工具](03.0.md)
- 3.1 []()
- 3.1 [Go 开发环境的基本要求](03.1.md)

##第二部分:语言的核心结构与技术
- 第4章:基本结构和基本数据类型
Expand Down

0 comments on commit 3ba6f34

Please sign in to comment.