Why I Wrote Rmlx
hughjonesd.github.io·2d·
Discuss: Hacker News
Flag this post

I’ll start on a downbeat note: clearly, if there ever was a contest between R and Python for dominance of machine learning, R has lost. Nobody is writing AI in R.

There are probably a lot of reasons for that: R is niche, Python is general purpose; Python is slow but R is even slower; R is very REPL-oriented; R is rooted in academia.

It’s also fine. There is plenty of room for R in the world. An obvious niche is “statistical analysis and graphics on your laptop”. R has awesome graphics, at least two nice IDEs, and an unrivalled power to express common data science operations quickly and clearly. Python still has nothing as simple and expressive as

Academics, data journalists and data scientists in organizations doing research can all turn to R for this kind of work.

However, I d…

Similar Posts

Loading similar posts...