mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-14 02:13:51 +00:00
deploy: a10ff75618
This commit is contained in:
parent
39ac0b014f
commit
6000ca211a
@ -162,7 +162,7 @@
|
||||
<hr>
|
||||
|
||||
<h1 id="go语言圣经中文版"><a class="header" href="#go语言圣经中文版">Go语言圣经(中文版)</a></h1>
|
||||
<p>Go语言圣经 <a href="http://gopl.io">《The Go Programming Language》</a> 中文版本,仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学,我们推荐<a href="https://github.com/chai2010/advanced-go-programming-book">《Go语言高级编程》</a>开源图书。如果希望深入学习Go语言语法树结构,可以参考<a href="https://github.com/chai2010/go-ast-book">《Go语法树入门——开启自制编程语言和编译器之旅》</a>。如果想从头实现一个玩具Go语言可以参考<a href="https://github.com/chai2010/ugo-compiler-book">《从头实现µGo语言》</a>。</p>
|
||||
<p>Go语言圣经 <a href="http://gopl.io">《The Go Programming Language》</a> 中文版本,仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学,我们推荐<a href="https://github.com/chai2010/advanced-go-programming-book">《Go语言高级编程》</a>开源图书。如果希望深入学习Go语言语法树结构,可以参考<a href="https://github.com/chai2010/go-ast-book">《Go语法树入门——开启自制编程语言和编译器之旅》</a>。如果想从头实现一个玩具Go语言可以参考<a href="https://github.com/wa-lang/ugo-compiler-book">《从头实现µGo语言》</a>(µGo 是 <a href="https://wa-lang.org/">凹语言</a> 阶段的产物)。</p>
|
||||
<p><img src="cover.jpg" alt="" /></p>
|
||||
<ul>
|
||||
<li>在线阅读:<a href="https://gopl-zh.github.io">https://gopl-zh.github.io</a></li>
|
||||
|
@ -160,7 +160,7 @@
|
||||
<hr>
|
||||
|
||||
<h1 id="go语言圣经中文版"><a class="header" href="#go语言圣经中文版">Go语言圣经(中文版)</a></h1>
|
||||
<p>Go语言圣经 <a href="http://gopl.io">《The Go Programming Language》</a> 中文版本,仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学,我们推荐<a href="https://github.com/chai2010/advanced-go-programming-book">《Go语言高级编程》</a>开源图书。如果希望深入学习Go语言语法树结构,可以参考<a href="https://github.com/chai2010/go-ast-book">《Go语法树入门——开启自制编程语言和编译器之旅》</a>。如果想从头实现一个玩具Go语言可以参考<a href="https://github.com/chai2010/ugo-compiler-book">《从头实现µGo语言》</a>。</p>
|
||||
<p>Go语言圣经 <a href="http://gopl.io">《The Go Programming Language》</a> 中文版本,仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学,我们推荐<a href="https://github.com/chai2010/advanced-go-programming-book">《Go语言高级编程》</a>开源图书。如果希望深入学习Go语言语法树结构,可以参考<a href="https://github.com/chai2010/go-ast-book">《Go语法树入门——开启自制编程语言和编译器之旅》</a>。如果想从头实现一个玩具Go语言可以参考<a href="https://github.com/wa-lang/ugo-compiler-book">《从头实现µGo语言》</a>(µGo 是 <a href="https://wa-lang.org/">凹语言</a> 阶段的产物)。</p>
|
||||
<p><img src="cover.jpg" alt="" /></p>
|
||||
<ul>
|
||||
<li>在线阅读:<a href="https://gopl-zh.github.io">https://gopl-zh.github.io</a></li>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user