Running Compiled or Interpreted Programs
- Developers write a program in a language like C or C++
- Each new program feature is tested, requiring many compiles
- When completed, the compiled binary program is distributed to users
- Users run the program as a binary executable
- Developers write a program (script) in a language like the bash shell scripting language
- After debugging and testing, the script is distributed to those who will use it
- Users run the script on their UNIX systems
- The operating system converts each line of the script before executing it