Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

 

Jako

Jako is a programming language created by Gregor M. Purdy . It is similar to C++, but makes several large deviations, in some ways making it closer to Perl. Jako can be compiled into Parrot's assembly language, PASM, and then run on the Parrot virtual machine. Hello world in Jako is

use sys;
sys::print("Hello, world!\n");

See also

The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy