What makes me curious is that when you right click anywhere on RStudio, it has the option "inspect element". I suspect it has to do with Javascript, but unsure.
1 Answer
It's a mix. The user interface is indeed based on web technology and is written primarily in Java, using GWT to transpile to JavaScript; the back end is mostly C++.
The source is hosted on GitHub, where you can see auto-generated language stats:

-
2