5 ms·
The authors seem very receptive to feedback -- which is encouraging. Maybe I missed if they addressed this, but I wish they'd consider the IDE to be an importan
by probably 14y ago
The authors seem very receptive to feedback -- which is encouraging. Maybe I missed if they addressed this, but I wish they'd consider the IDE to be an important part of the language ecosystem. A web REPL is good... but I suspect that (despite Steve Yegge's prediction that the browser is the next IDE) that programmers will expect a serious language/environment to be called interactively through emacs as can R, matlab, and python/ipython (I heard vim can also do this with R?). Or, possibly through an IDE like Rstudio with optional local/server access.
- etrain 14y agoI expect the Web REPL will ultimately evolve into something like RStudio (which itself is web-based, even in local mode). There is already an emacs mode for Julia: https://github.com/JuliaLang/julia/blob/master/contrib/julia-mode.el https://github.com/JuliaLang/julia/blob/master/contrib/julia...
- probably 14y agoEmacs mode already? They're doin it right. :) I was not aware RStudio was web-based. News to me...
- etrain 14y agoYep, RStudio is GWT driven (https://developers.google.com/web-toolkit/ https://developers.google.com/web-toolkit/) and uses some very particular configuration tricks to keep you from accessing it with a browser in local mode.