View Single Post
  #19  
Old 12-04-2005, 07:03 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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.
__________________
Skyld
Reply With Quote