Comment on Clojure core.async and Go: A Code ComparisonparentComments−stuglaser13yI'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/pychanAnd documentation here: https://chan.readthedocs.org/en/latest/
Comments
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/