The project actually started as an April Fool's joke in which a hypothetical language named Parrot was announced that would unify Python and Perl. Later, the name was adopted be this project whose intent is to do just that. Several tiny languages are developed along with it which target the parrot virtual machine.
See also other virtual machines
Homepage: Parrot (http://www.parrotcode.org/)
Examples Arithmetic operation:
set I1, 10 inc I1 # I1 is now 11 inc I1, 2 # I1 is now 13 set N1, 42.0 dec N1 # N1 is now 41.0 dec N1, 2.0 # N1 is now 39.0 print I1 print ", " print N1 print "\ " end
Search Encyclopedia
|
Featured Article
|