X

The X Language

by Emmett de Wet

  • transpiled
  • compiled
  • object-oriented

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!"));
    ]
}
main.x
output

Press Run to send this to X's server.