elite_coder
06-27-2004, 12:40 PM
Hi,
After reading how all the scripts are in the resource.dat zip and looking through it all, I was curious at how you made your scripting engine as i've been reading about those recently.
Are the scripts compiled at runtime into "native code" or into a intermediate bytecode that is used in a VM (Virtual Machine)? Or are the scripts just interpreted at runtime?
Are the "script entities" multithreaded?
From what books did you learn to make your scripting language/engine?
After reading how all the scripts are in the resource.dat zip and looking through it all, I was curious at how you made your scripting engine as i've been reading about those recently.
Are the scripts compiled at runtime into "native code" or into a intermediate bytecode that is used in a VM (Virtual Machine)? Or are the scripts just interpreted at runtime?
Are the "script entities" multithreaded?
From what books did you learn to make your scripting language/engine?