|
|
|
|
|
by whyever
3901 days ago
|
|
> Personally, given, I like how Go has things like channels, but I would never adopt a programming language for just one specific feature when I lose out on other features that are valuable to me, for instance, an object model. That really depends on your requirements. If you need multithreading (not multiprocessing), you cannot use Python. |
|
About to show my ignorance, but when is multithreading useful when multiprocessing is not? Assuming it is a use case that is suited for a high level dynamic language to begin with.