Hacker News new | past | comments | ask | show | jobs | submit | stuglaser's comments login


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 documentation here: https://chan.readthedocs.org/en/latest/


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).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: