mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-12-18 19:54:21 +08:00
deploy: f15fcec338
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
<div class="sidetoc"><nav class="pagetoc"></nav></div>
|
||||
|
||||
<main>
|
||||
<ul dir="auto"><li><em>凹语言(Go实现, 面向WASM设计): <a href="https://github.com/wa-lang/wa">https://github.com/wa-lang/wa</a></em></li><li><em>WaBook(Go语言实现的MD电子书构建工具): <a href="https://github.com/wa-lang/wabook">https://github.com/wa-lang/wabook</a></em></li></ul><hr>
|
||||
<ul dir="auto"><li><em>凹语言(Go实现, 面向WASM设计): <a href="https://github.com/wa-lang/wa">https://github.com/wa-lang/wa</a></em></li><li><em>《Go语言高级编程》: <a href="https://github.com/chai2010/advanced-go-programming-book">https://github.com/chai2010/advanced-go-programming-book</a></em></li></ul><hr>
|
||||
|
||||
<h1>译者序</h1>
|
||||
<p>在上个世纪70年代,贝尔实验室的 <a href="http://genius.cat-v.org/ken-thompson/">Ken Thompson</a> 和 <a href="http://genius.cat-v.org/dennis-ritchie/">Dennis M. Ritchie</a> 合作发明了 <a href="http://doc.cat-v.org/unix/">UNIX</a> 操作系统,同时 <a href="http://genius.cat-v.org/dennis-ritchie/">Dennis M. Ritchie</a> 为了解决 <a href="http://doc.cat-v.org/unix/">UNIX</a> 系统的移植性问题而发明了 C 语言,贝尔实验室的 <a href="http://doc.cat-v.org/unix/">UNIX</a> 和 C 语言两大发明奠定了整个现代IT行业最重要的软件基础(目前的三大桌面操作系统的中<a href="http://www.linux.org/">Linux</a>和<a href="http://www.apple.com/cn/osx/">Mac OS X</a>都是源于 <a href="http://doc.cat-v.org/unix/">UNIX</a> 系统,两大移动平台的操作系统 iOS 和 Android 也都是源于 <a href="http://doc.cat-v.org/unix/">UNIX</a> 系统。C 系家族的编程语言占据统治地位达几十年之久)。在 <a href="http://doc.cat-v.org/unix/">UNIX</a> 和 C 语言发明40年之后,目前已经在 Google 工作的 <a href="http://genius.cat-v.org/ken-thompson/">Ken Thompson</a> 和 <a href="http://genius.cat-v.org/rob-pike/">Rob Pike</a>(他们在贝尔实验室时就是同事)、还有<a href="http://research.google.com/pubs/author96.html">Robert Griesemer</a>(设计了 V8 引擎和 HotSpot 虚拟机)一起合作,为了解决在21世纪多核和网络化环境下越来越复杂的编程问题而发明了 Go 语言。从 Go 语言库早期代码库日志可以看出它的演化历程( Git 用 <code>git log --before={2008-03-03} --reverse</code> 命令查看):</p>
|
||||
|
||||
Reference in New Issue
Block a user