Quote:
|
Originally Posted by ZeLpH_MyStiK
However, codes written in a scripting language is interpreted at runtime, and a program is needed to interpret the code everytime it is run.
In the case of C++ and Graal:
C++ codes are compiled before it is run.
GScript codes are interpretted by the Graal Client at runtime.
I suppose that is the difference Okiesmokies is referring to.
|
A lot of scripting languages like Lua compile their code to bytecode before runtime.
Gscript is one of these languages.