14

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 1

15

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:

enter image description here

1
  • 2
    Not sure why I got downvotes, thank you for your answer!
    – jaycode
    Mar 18, 2015 at 5:28

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.