Page 1 of 1

compiler and other features for thesis

Posted: Tue May 03, 2011 3:05 pm
by alexrr
Hi, i'm italian and i would use livecode as an argument of my thesis.
You know if(and where) i can find technical information about the compiler and other features livecode?
I try mostly technical information about how the compiler.
Thanks!!
ps.sorry for my bad english :cry:

Re: compiler and other features for thesis

Posted: Tue May 03, 2011 5:44 pm
by BvG
LiveCode is closed source, so there's no need to document any of it's components publically. What information are you looking for specifically?

Re: compiler and other features for thesis

Posted: Tue May 03, 2011 7:46 pm
by mwieder
Additionally, for speed LiveCode compiles scripts to bytecode for running in a virtual machine in much the same manner as java. The bytecode format itself is necessarily proprietary and encrypted. Does this help any?

Re: compiler and other features for thesis

Posted: Wed May 04, 2011 8:23 am
by alexrr
BvG wrote:LiveCode is closed source, so there's no need to document any of it's components publically. What information are you looking for specifically?
Seeking any information available about the internal operation (only what is published) but I dont know precisely where to look.

mwieder wrote:Additionally, for speed LiveCode compiles scripts to bytecode for running in a virtual machine in much the same manner as java. The bytecode format itself is necessarily proprietary and encrypted. Does this help any?
thanks, that's something. you know where can I get more information?
Scripts are compiled into bytecode for running in a virtual machine. After this, the bytecode is transformed into another way for each os?
In java I get the JVM to run the programs, in livecode i have no VM installed to run the program .. I am sorry but it is not easy for me ... :cry:


thank you both!