
X
The X Language
by Emmett de Wet
X is a transpiled language that goes from X to a Haxe program to C to gpp to an actual binary.
including "x.x";
entry Hello;
class Hello {
public method new() [
X:print(XString("Hello, World!"));
]
} output
Press Run to send this to X's server.