|
|
|
|
|
by rich_sasha
2078 days ago
|
|
There are features Python is missing as a scientific language, that are not a focus. Proper multicore support, GIL, any static safety (which type hints sort of address but not really). It was fine in Python 2, it was cheap and cheerful. It feels likes Python 3 is running out of ideas for improvement, and yet these are not at all in the scope of work. Cf Julia that treats all these features as first class problems. |
|