Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
As a computer scientist, RStudio's Joe Cheng has some great insights into the R language and how it compares with other programming language. In the interview with DataScience.LA below, he notes that while R is often thought about as a domain-specific language (or DSL), the combination of a functional language with deferred evaluation of functional arguments actually makes it a great general-purpose language for implementing a statistical DSL.
Also of interest in the video is Joe's description of the genesis of Shiny at useR! two years ago (the idea of a reactive framework for R literally came as an inspiration in his sleep!), and some of the technical underpinnings of the Shiny system which are generally useful for connecting Java and R.
Also check out these other recent DataScience.LA interviews with other members of the R community, including Heather Turner, Romain Francois, and Dirk Eddelbuettel.
DataScience.LA: A conversation with Joe Cheng at useR! 2014
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.