gopl-zh.github.com/README.md

59 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2016-02-15 03:06:34 +00:00
# Go语言圣经中文版
2015-12-09 07:45:11 +00:00
2023-06-26 17:43:33 +00:00
- *凹语言(专为 WebAssembly 设计): https://github.com/wa-lang/wa*
- *KCL 配置语言(Rust): https://github.com/kcl-lang/kcl*
2022-08-04 07:15:13 +00:00
----
2023-06-26 17:42:32 +00:00
Go语言圣经 [《The Go Programming Language》](http://gopl.io) 中文版本仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学我们推荐[《Go语言高级编程》](https://github.com/chai2010/advanced-go-programming-book)开源图书。如果希望深入学习Go语言语法树结构可以参考[《Go语法树入门——开启自制编程语言和编译器之旅》](https://github.com/chai2010/go-ast-book)。如果想从头实现一个玩具Go语言可以参考[《从头实现µGo语言》](https://github.com/wa-lang/ugo-compiler-book)µGo 是 [凹语言](https://wa-lang.org/) 阶段的产物)。
2018-08-07 06:43:42 +00:00
2015-12-09 07:45:11 +00:00
2022-08-04 07:15:13 +00:00
![](cover.jpg)
2016-01-18 16:24:03 +00:00
2022-08-04 07:17:06 +00:00
- 在线阅读:[https://gopl-zh.github.io](https://gopl-zh.github.io)
2022-08-24 14:36:10 +00:00
- 在线阅读:[https://golang-china.github.io/gopl-zh](https://golang-china.github.io/gopl-zh)
2022-08-04 06:58:52 +00:00
- 项目主页:[https://github.com/gopl-zh](https://github.com/gopl-zh)
- 项目主页(旧)[http://github.com/golang-china/gopl-zh](http://github.com/golang-china/gopl-zh)
- 原版官网:[http://gopl.io](http://gopl.io)
2015-12-09 07:45:11 +00:00
2018-08-14 00:23:41 +00:00
译者信息:
- 译者柴树杉Github [@chai2010](https://github.com/chai2010)Twitter [@chaishushan](https://twitter.com/chaishushan)
2022-08-04 07:15:13 +00:00
- 译者Xargin, [https://github.com/cch123](https://github.com/cch123)
- 译者CrazySssst, [https://github.com/CrazySssst](https://github.com/CrazySssst)
2022-08-04 07:17:06 +00:00
- 译者foreversmart, [https://github.com/foreversmart](https://github.com/foreversmart) <njutree@gmail.com>
2018-08-14 00:23:41 +00:00
2022-08-24 14:36:10 +00:00
Go 语言中国:
- Go 语言中国:[https://github.com/golang-china](https://github.com/golang-china)
- Go 语言中国论坛:[https://github.com/golang-china/main.go/discussions](https://github.com/golang-china/main.go/discussions)
2018-08-14 00:23:41 +00:00
2021-04-25 14:27:35 +00:00
## 关注微信公众号
<table>
<tr>
<td>
<img width="222px" src="https://github.com/chai2010/advanced-go-programming-book/raw/master/css.png">
</td>
<td>
<img width="222px" src="https://github.com/chai2010/advanced-go-programming-book/raw/master/cch.png">
</td>
</tr>
</table>
2018-08-07 06:34:48 +00:00
2016-08-10 02:22:57 +00:00
**注意,在线预览不是最新版,最新以仓库里的内容为准**
2016-02-15 03:06:34 +00:00
# 版权声明
2015-12-09 07:45:11 +00:00
2016-02-16 07:16:15 +00:00
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)。
![Creative Commons License](./images/by-nc-sa-4.0-88x31.png)
2015-12-09 07:45:11 +00:00
2016-02-15 03:06:34 +00:00
严禁任何商业行为使用或引用该文档的全部或部分内容!
2015-12-09 07:45:11 +00:00
2016-02-15 03:06:34 +00:00
欢迎大家提供建议!