This document provides insides for X Language developers. Please, read this before hacking.
X Language is a new multi-syntax programming language wich will ease the creation of big applications. By providing a portable set of APIs, you will be able to create CLI or GUI applications runnable on UNIX/X11 and Win32. X Language come with an interpreter/compiler/debugger. For now, only the interpreter works.
void main (string args[]) { io_write ("Hello the world !!!\n"); }