Table of Contents

Copying

Introduction

This document provides insides for X Language developers. Please, read this before hacking.

What is X Language ?

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.

Hello the world !!!

void main (string args[])
{
    io_write ("Hello the world !!!\n");
}

APIs

lang

sys

io

net

regex

gtk+