Compiled programming languages
Drift and compile into machine code.
Animation
source code
compiler
mov, call, cmpexecutable
CPU
In short
- You first write source code, which is human-readable code.
- You use a compiler to turn the source code into native CPU machine code.
- You distribute the packaged executables (EXEs) to anyone who wants to run your program.
What languages do this?
- C
- C++
- Rust
- Swift