Cola programming language

From Free net encyclopedia

Revision as of 00:55, 15 February 2006; view current revision
←Older revision | Newer revision→

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