| Language | Typing | Execution | Primary Use |
|---|---|---|---|
| C | static | compiled | OS kernels, embedded, firmware |
| C++ | static | compiled | Games, HPC, systems, embedded |
| Rust | static | compiled | Safe systems, WebAssembly, network services |
| Go | static | compiled | Cloud tools, network servers, CLIs |
| Java | static | JIT (JVM) | Enterprise, Android |
| C# | static | JIT (.NET) | Enterprise, games (Unity), Windows |
| Python | dynamic | interpreted + bytecode | Data science, ML, scripting, web back-end |
| JavaScript / TypeScript | dynamic / gradual | JIT (V8) | Web front-end, Node.js back-end |
| SQL | declarative | interpreted | Relational databases |