Comment on The C programming language is like debating a philosopher and Python is like debating someone who ate an edible

<- View Parent
DarkAri@lemmy.blahaj.zone ⁨3⁩ ⁨days⁩ ago

Interpreted languages are languages that are compiled at run time. Compiled languages are compiled into binary by a compiler and then distributed as binaries.

Basically with interpreted languages, there is huge overhead because the code has to be compiled (turned into machine code) as the program is running. This is why games and operating systems are written in C but people learn how to write Python and Java in their college classes. Interpreted languages are often much easier to learn then C and cross platform, but C is fast and powerful.

source
Sort:hotnewtop