|
|
|
|
|
by Someone
1650 days ago
|
|
I think that’s not a feature of the language, but of its libraries. R is popular for similar reasons why it’s so hard to replace python. In Python’s case, the language isn’t bad, but the implementation is horrible for performance. It sits on the back of lots of fast C/Fortran/whatever code, and polished the (relative) turd a lot, making the end result quite usable, but the “sitting on top of part” also makes it hard to improve the performance of the implementation. For both R and python the end result is good, but they still are local optima in the space of what is possible. |
|
[1] https://docs.python.org/3/howto/functional.html