Just a little self-promotion you may find interesting. I built goless at PyCon last year, which provides go-like semantics for writing concurrent programs in Python. https://github.com/rgalanakis/goless Maybe it helps scratch an itch and keep you in Python land.
Comment
Just a little self-promotion you may find interesting. I built goless at PyCon last year, which provides go-like semantics for writing concurrent programs in Python. https://github.com/rgalanakis/goless Maybe it helps scratch an itch and keep you in Python land.
Replies
That. Is awesome. I tried to soak in the examples so that when I have a need I'll remember that it's been done there.