|
|
|
|
|
by eliben
5696 days ago
|
|
I wonder - could R in theory be rewritten as a Python library? If not, why not? Is there any special syntax of R that makes it more amenable to statistical analysis than Python? Performance concerns? It's just a shame to see a whole language popping out of something that could just be a library. |
|
The idea of rewriting a large body of code in a different language does not make much sense.
Also, being a niche language has some nice consequences:
Note how being a "real" language goes against those advantages. Also, most researchers are very lousy programmers. Often, their software is super smart, but the code quality is awful and write-only. A less powerful language may mitigate those issues