R is a programming language
- Like MATLAB, Python, Java, C, and others
- R is interpreted, meaning that commands are processed and run line by line, which is often more user-friendly
- Interpreted languages often run (much) more slowly 🐌 than compiled languages (e.g., C and C++).