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
- CPAN archive of Cola releases
- Documentation for Cola, including a detailed description
- Status of Cola on recent versions of Parrot
NEED A SANDBOX HERE