Why is R different?

  • Lots of ways to do everything.
  • R isn’t compiled, but wraps compiled code.
  • R is mostly functional, but can also be object-oriented.
  • R runs in RAM (vs on disk).
  • R has great IDEs.
    • RStudio? VSCode? Other?
  • R has the best community.