Earlier quoted context omitted.
As a regular R/bash/python user, I think the Posit philosophy is increasingly to break down barriers between the languages. It's no longer an either/or relationship, you can use both. And some packages or features that have been ported to python are just objectively worse in that language, so the want for R is definitely there. Also, a lot of the Posit team are fully "bilingual", it's not like the old guard of academ…
>ported to python are just objectively worse in that language This is absolutely the case. Dplyr syntax is much more intuitive for many use cases than Pandas or Polars equivalents. One thing I miss from RStudio is the Rmarkdown documents with inline outputs. Jupyter notebooks, even in VSCode, are so needlessly over-engineered and under-featured compared to the elegance of RMarkdown. So I am excited to see what Posit…
Maker of RStudio launches new R and Python IDE
41–50 of 129 posts
Re: Maker of RStudio launches new R and Python IDE
#42What is the strategy behind the dizzying pace of product changes in the R/Python space? I heard that RStudio was a great product, yet they have to redo everything again, of course also renaming the company as is also standard practice in the Python "scientific" market. Is it Jupyter envy? Why is it not possible to keep one good product and stay with it? I wish MatLab licenses weren't so expensive, at this point I'd j…
Rstudio came out a long time ago at this point. I actually think it feels quite dated personally. A data science focused version of VS Code with some kind of notebook sounds rather awesome to me.
Re: Maker of RStudio launches new R and Python IDE
#43Speaking of which: does anyone here on HN feel comfortable recommending a Python IDE that's half-way bearable on iPads?
Pythonista is nicer but ships older Python: https://omz-software.com/pythonista/ Pyto is maybe less approachable but more up to date, with clang compiler and LLVM bitcode interpreter: https://pyto.app/ Juno is Python notebooks: https://juno.sh/https://juno.sh/ In general I prefer Blink Code: https://docs.blink.sh/advanced/code
Re: Maker of RStudio launches new R and Python IDE
#44Re: Maker of RStudio launches new R and Python IDE
#45Earlier quoted context omitted.
Youre wrong. Python is outpacing R in usage. Every metric you can find proves it. R also has fundamental issues and lacks serious development.
s/serious/hyped
Also try:
gsub('serious', 'hyped', x)
Re: Maker of RStudio launches new R and Python IDE
#46Earlier quoted context omitted.
Youre wrong. Python is outpacing R in usage. Every metric you can find proves it. R also has fundamental issues and lacks serious development.
s/serious/hyped
If you check e.g. the journal of open source software (which does not have much ML/AI bias), most of the papers are python, with an occasional R and julia submission.
Re: Maker of RStudio launches new R and Python IDE
#47What is the strategy behind the dizzying pace of product changes in the R/Python space? I heard that RStudio was a great product, yet they have to redo everything again, of course also renaming the company as is also standard practice in the Python "scientific" market. Is it Jupyter envy? Why is it not possible to keep one good product and stay with it? I wish MatLab licenses weren't so expensive, at this point I'd j…
As a regular R/bash/python user, I think the Posit philosophy is increasingly to break down barriers between the languages. It's no longer an either/or relationship, you can use both. And some packages or features that have been ported to python are just objectively worse in that language, so the want for R is definitely there. Also, a lot of the Posit team are fully "bilingual", it's not like the old guard of academ…
Re: Maker of RStudio launches new R and Python IDE
#48 Because Microsoft does not allow third-party IDEs to access the official VS Code
Marketplace ...
Anyone know why?My wild guess is it means MS doesn't want third parties to build their own VS Code based IDEs (like this one)?
Re: Maker of RStudio launches new R and Python IDE
#49Just noticed this: Because Microsoft does not allow third-party IDEs to access the official VS Code Marketplace ... Anyone know why? My wild guess is it means MS doesn't want third parties to build their own VS Code based IDEs (like this one)?
"Visual Studio Code is designed to fracture" - https://ghuntley.com/fracture/
Re: Maker of RStudio launches new R and Python IDE
#50It seems a little odd to me that this is not just… a vscode extension pack?
However it also made it impossible to build the kinds of experiences we wanted to with Positron. Positron has a bunch of top-level UI as well as some integrated/horizontal services that don't make sense as extensions. We built those into the core of the system which is why a fork was necessary.
It's a goal for Positron to be extensible, so it has its own API alongside VS Code's API, and both the R and Python language systems are implemented as extensions.