A video of the talk is here: http://www.confreaks.com/videos/198-rubyconf2009-worst-ideas...
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/pychan And…
I'm reimplementing Go-style channels in Python, including multiplexing: https://github.com/stuglaser/pychan
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan Blocking on multiple channels works (chanselect).
A video of the talk is here: http://www.confreaks.com/videos/198-rubyconf2009-worst-ideas...
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/pychan And…
I'm reimplementing Go-style channels in Python, including multiplexing: https://github.com/stuglaser/pychan
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan Blocking on multiple channels works (chanselect).