@Nelagara
Compiled languages need to be turned into a binary that contains the instructions for the processor, while scripting languages are usually interpreted which means the processor has to first figure out on the fly what the block of text means and then executed it. That introduces a significant speed penalty.
@Bunn0241 @mcgee