Email or username:

Password:

Forgot your password?
Top-level
Nuncio Bitis ✷ ✅ 🏳️‍🌈

@Feynman @nixCraft
It's machine code. CPUs/GPUs don't run C, C++, python, java, etc. They only obey their own instruction set. High-level languages get compiled down to assembly code, then assembled to object files, then linked to executables for that particular processor.

1 comment
Nuncio Bitis ✷ ✅ 🏳️‍🌈

@Feynman @nixCraft
Oh, and Java and python don't get compiled. They get interpreted and run using an engine.

Go Up