The Edit, Compile, Link Cycle
Interpreted Languages
 
Not all languages require compilation
Simplifying (a lot). . .  
- Interpreted Languages
 
- 
- Perl, Python, etc.
 - Gauss, Maple, Mathematica, Matlab, etc.
 - BASH!
 - Slow. . .  
 
 
 
- Compiled Languages
 
- 
- Fortran 77/90, C/Obj-C/C++.
 - Fast, optimised. . .