Cola (programming language)

From Wikipedia, the free 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");
    }
}

[edit] See also

[edit] External links

NEED A SANDBOX HERE