The version presented here is an implementation of World in a custom made virtual machine (VM). At present, the virtual machine operates with more than 80 opcodes and more than 40 datatypes.
World is written in ANSI C with portability in mind. The source code is at present close to 23,000 lines of C, binary is less than half a MB and a little more than 100k compressed.