Member-only story
Why Scala is better than R
Welcome back! Yesterday we talked about why Scala maybe a better language than Python, if you want to read that article, here it is:
Now, we have to talk about why Scala maybe a better language than R!
First off
As always, if you have any suggestions, thoughts or just want to connect, feel free to contact / follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc.
https://sites.google.com/view/betterprogrammer/home
Let’s begin!
Building Bigger Projects
A huge advantage with Scala is the ability of building full fledged applications with this language, R has some ability of this (RShiny), but it still seems that Scala is the better choice here. It’s also been noted that Scala applications / code base tend to be more stable than R, could it be a situation where it’s the opposite? Sure, but it does seem like that happens to be the case right now. Also, since Scala is an object oriented…