« earlier | later » Page 2 of 3
xiaq/elvish · GitHub edit / delete
A pretty fancy shell written in Go.
Feed reader in Go. If I were ever to rewrite rawdog in Go, this would have the start of the feed parsing support (although it's not as sophisticated as feedparser).
majek/lua-channels edit / delete
"Go-style channels in Lua" -- i.e. CSP channels done with an implementation of Go's channel algorithm on top of Lua's coroutines. Neat.
to channels concurrency csp go lua scheduling ... on 08 September 2013
michaelmacinnis/oh - GitHub edit / delete
A shell written in Go, providing channels, fork, etc.
to concurrency go shell software unix ... on 21 May 2011
m|prescient - Journal edit / delete
Some nice Go examples.
to concurrency go teaching tutorial ... on 27 February 2011
Concurrent Idioms #1: Broadcasting values in Go with linked channels. « Savoury Morsels edit / delete
Not really an idiom, since he says he's not found a use for it yet, but it's a cute trick: using buffered channels as shared variables.
to buffering channels concurrency go ... on 19 January 2011
Sensei's Library: Front Page edit / delete
An encyclopaedic site on the playing of Go.
« earlier | later » Page 2 of 3
- go | |
1 | + ag1084 |
1 | + ai |
1 | + algol |
1 | + buffering |
1 | + channel |
2 | + channels |
1 | + cmp409 |
9 | + concurrency |
1 | + csp |
1 | + distribution |
1 | + errors |
1 | + feed |
6 | + games |
1 | + gc |
1 | + hypervisor |
5 | + language-design |
1 | + linux |
1 | + lua |
1 | + neural-networks |
2 | + process-oriented |
1 | + rawdog |
1 | + retrocomputing |
1 | + rss |
1 | + scala |
1 | + scheduling |
2 | + shell |
4 | + software |
1 | + syntax |
1 | + teaching |
1 | + tutorial |
1 | + types |
2 | + unix |
1 | + virtualisation |
1 | + visualisation |
tasty by Adam Sampson.