What programming language was RStudio written in?

Interestingly, when you right-click anywhere in RStudio, it has the option to check item. I suspect this is due to Javascript, but not sure.

+5
source share
1 answer

This is a mixture. The user interface is really web-based and written mostly in Java, using GWT to translate into JavaScript; the back is mostly C ++.

The source is hosted on GitHub , where you can see automatically generated language features:

enter image description here

+5
source

Source: https://habr.com/ru/post/1214994/


All Articles