Friday, April 24, 2020

Scripting and programming languages?

Oren Eskelsen: Scripting languages are programming languages. They're programming languages that are run in an interpreter(ie, another program) rather then being compiled to native machine code. The interpreter will ultimately translate the scripting language to machine code on the fly(ie as you run the script), where as compiled languages require you to compile first and then run the code.

No comments:

Post a Comment