Ain't that a pretty logo?
Titanic after nearly colliding with the SS City of New York and Oceanic
Large RStudio Icon
Interactive programming is EASIER
## Simple addition!
1+1
## Hasn't changed(yet)!
sqrt(9)
## We can pass values to functions and get results
sqrt(1+5+6-3)
## What is the value of:
## (1+2)*(1+1+1) ?
## Hint: The "#" is the comment character!
RStudio is the most popular IDE for R. Others include Statet (Eclipse) and ESS (Emacs). Microsoft and SAS are integrating R into their software. More competition is good.