|
|
|
|
|
by aseerdbnarng
1596 days ago
|
|
This is probably written by a programmer for that reason (and reading the ‘why R is bad’ comments) shows how misunderstood R is by most programmers. Its like giving someone an introduction to the english language by showing them the alphabet and listing punctuation. Yes technically all true, but none of it will stick |
|
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