ExoC Virtual Machine
ExoC Virtual Machine is Ingeniak’s very own virtual machine which consists of a compiler and a run-time engine. Much like other technologies such as Java and C#, ExoC code is compiled to bytecode so that one script runs on multiple platforms.
Supported platforms include:
- Linux
- Windows (XP, Vista, 7, 2003, 2008)
- Unix (Darwin, FreeBSD, Solaris)
An example of ExoC is as follows:
The goal of ExoC was to provide a lightweight Virtual Machine for application platforms such as game engines, web servers, desktop applications, and unique support for database engines
More information to follow...