Interpreted vs Compiled Programming Languages
What’s the Difference?
In a compiled language, the target machine directly translates the program. In an interpreted language, the source code is not directly translated by the target machine. Instead, a different program, aka the interpreter, reads and executes the code.
List of Compiled Languages
- C Sharp
- GoLang
- C/C++
- Java
- Swift
List of Interpreted Languages
- JavaScript
- Python
- Ruby
- PHP
- Lua
Explore our website, click here.