top | item 30767366

(no title)

jeffjobs4000 | 4 years ago

I first learned how to code in R before moving on to Python, then some C and Go. I think a big cause for the SWE hate of R is that it's not OO programing. R is a functional language for data analysis. If you don't grok that, then I can understand why looking at it would make you barf. Going the other way, from functional to OO, caused me physical pain as well.

R is amazing for data analysis. Also, RStudio is a much more efficient solution for iteratively exploring data than Jupyter. Don't make fun of a screwdriver for not being a hammer.

discuss

order

rafaelero|4 years ago

I made the same transition from R to Python and I still resist using OO. I never understood why people would use it instead of functions.

klohto|4 years ago

Considering how loved Elixir is, functional definitely isn't a problem.