[<< | Prev | Index | Next | >>]

Tuesday, September 29, 2015

Python Gets Yarn



I may have to switch to python 3 finally (3.5 to be specific), as they have finally added non-preemptive threading via async/await. I've been doing the same thing for eight years with Yarn, but it's nice to have it built in and official-like. Except... they still don't seem to have spawn (see the Yarn example), which is annoying. Any python experts care to explain how to do spawn in python 3.5?

[<< | Prev | Index | Next | >>]


Simon Funk / simonfunk@gmail.com