Compiled Languages
For compiled program, you can run it without the original source code.
Examples
- C
- C++
- Go
- Rust
Interpreted Languages
For interpreted languages, the code is interpreted by an separate program known as the “interpreter” at runtime.
Examples
- Python
- Javascript, - node interpreter
- Ruby