Countdown: 10

The World Programming Language has much in common with a human language in written form. This means the language is a sequence of values recognized as being of different datatypes - like words, numbers, dates, URLs, parentheses, and many other - with a minimum of syntax.

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.