mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-01 02:28:56 +00:00
addlinks 包含更多的 link
This commit is contained in:
parent
16d9531fc2
commit
9825a7cce5
16
addlinks.go
16
addlinks.go
@ -138,6 +138,8 @@ var _LinkTable = map[string]string{
|
|||||||
"Robert Griesemer": "http://research.google.com/pubs/author96.html",
|
"Robert Griesemer": "http://research.google.com/pubs/author96.html",
|
||||||
"Rob Pike": "http://genius.cat-v.org/rob-pike/",
|
"Rob Pike": "http://genius.cat-v.org/rob-pike/",
|
||||||
"Ken Thompson": "http://genius.cat-v.org/ken-thompson/",
|
"Ken Thompson": "http://genius.cat-v.org/ken-thompson/",
|
||||||
|
"Niklaus Wirth": "https://en.wikipedia.org/wiki/Niklaus_Wirth",
|
||||||
|
"Tony Hoare": "https://en.wikipedia.org/wiki/Tony_Hoare",
|
||||||
|
|
||||||
// 图书
|
// 图书
|
||||||
"The C Programming Language": "http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html",
|
"The C Programming Language": "http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html",
|
||||||
@ -151,6 +153,16 @@ var _LinkTable = map[string]string{
|
|||||||
"gorename": "https://godoc.org/golang.org/x/tools/cmd/gorename",
|
"gorename": "https://godoc.org/golang.org/x/tools/cmd/gorename",
|
||||||
|
|
||||||
// 其他语言
|
// 其他语言
|
||||||
|
"Alef": "http://doc.cat-v.org/plan_9/2nd_edition/papers/alef/",
|
||||||
|
"APL": "https://en.wikipedia.org/wiki/APL_(programming_language)",
|
||||||
|
"Limbo": "http://doc.cat-v.org/inferno/4th_edition/limbo_language/",
|
||||||
|
"Modula-2": "https://en.wikipedia.org/wiki/Modula-2",
|
||||||
|
"Newsqueak": "http://doc.cat-v.org/bell_labs/squeak/",
|
||||||
|
"Oberon": "https://en.wikipedia.org/wiki/Oberon_(programming_language)",
|
||||||
|
"Oberon-2": "https://en.wikipedia.org/wiki/Oberon-2_(programming_language)",
|
||||||
|
"Pascal": "https://en.wikipedia.org/wiki/Pascal_(programming_language)",
|
||||||
|
"Scheme": "https://en.wikipedia.org/wiki/Scheme_(programming_language)",
|
||||||
|
"Squeak": "http://doc.cat-v.org/bell_labs/squeak/",
|
||||||
|
|
||||||
// 系统
|
// 系统
|
||||||
"Unix": "http://doc.cat-v.org/unix/",
|
"Unix": "http://doc.cat-v.org/unix/",
|
||||||
@ -164,5 +176,7 @@ var _LinkTable = map[string]string{
|
|||||||
"Microsoft Windows": "https://www.microsoft.com/zh-cn/windows/",
|
"Microsoft Windows": "https://www.microsoft.com/zh-cn/windows/",
|
||||||
|
|
||||||
// 其他
|
// 其他
|
||||||
"Bell Labs": "http://www.cs.bell-labs.com/",
|
"Bell Labs": "http://www.cs.bell-labs.com/",
|
||||||
|
"communicating sequential processes": "https://en.wikipedia.org/wiki/Communicating_sequential_processes",
|
||||||
|
"CSP": "https://en.wikipedia.org/wiki/Communicating_sequential_processes",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user