Cola programming language

From Free net encyclopedia

Cola is a programming language similar to Java. It can be compiled into Parrot assembly language, and then run on the Parrot virtual machine.

A Hello world program written in Cola:

public class Hello {
    public static void Main() {
        puts("Hello world\n");
    }
}

See also

Template:Compu-lang-stub