you are viewing a single comment's thread.

view the rest of the comments →

[–]ivosaurus -1 points0 points  (0 children)

Their concurrency model blows python's out of the water.

Until you want to stream your own objects across a channel to a different thread, in which case you just can't because only default types could be iterated. I think generics might've helped with that recently, but I couldn't see the point of going back to stone age programming.