|
|
|
|
|
by dm319
1596 days ago
|
|
Yes, there is a lot of R-bashing by people used to imperative languages designed for efficiency in repetitive tasks, not a functional language designed for numerical analysis. The complaints fall into these categories: 1. It's not zero-indexed (even though most numerical languages aren't) 2. Loops are slow (though if you're looping in R you're probably doing it wrong) 3. It's inconsistent 4. The syntax is weird. But people don't talk about the somewhat beautiful functional ability of the language to wrangle data almost magically. Its basis in lisp allows for the tidyverse and data.table to exist[1], and ggplot is a formidable analysis/plotting platform that Python doesn't come close to. [1] https://news.ycombinator.com/item?id=15869039 |
|