Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stuglaser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stuglaser
13y ago
A video of the talk is here: http://www.confreaks.com/videos/198-rubyconf2009-worst-ideas...
2.
▲
by
stuglaser
13y ago
I've implemented Go-style channels in Python, and it turned out pretty well. The 'select' statement is a bit verbose, but still pretty readable. You can find the code here: http://github.com/stuglaser/py
3.
▲
by
stuglaser
13y ago
I'm reimplementing Go-style channels in Python, including multiplexing: https://github.com/stuglaser/pychan
4.
▲
by
stuglaser
13y ago
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan Blocking on multiple channels works (chanselect).