There is an idea that has been in my head for a whole day long.
I started thinking about this: what if ZGE created C++ source code (or something like that that can be compiled with something small and portable, like maybe even FreePascal) and compiled the binary instead of interpreting everything? We would really give a cut to a lot of problems...
I think this would be great...
EG: if compiled in C/C++, one could place ZExpressions directly in source code. If a particular function is found, than the right headers are added to the code, so only needed functions are in the executable. (Plus, we get Arrays, Functions and so on for free

How much work could it take??? Months, more?
What is your opinion about that?