Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
SassyBird
on June 28, 2024
|
parent
|
context
|
favorite
| on:
Maker of RStudio launches new R and Python IDE
It’s Qt:
https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop...
It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.
jmcphers
on June 28, 2024
[–]
RStudio was based on QtWebKit, then migrated to QtWebEngine, then finally migrated to Electron (which is what it uses today). You'll find some vestigial Qt code in the repository but it isn't used for the shipping releases any more.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.