Treffer: Programming Parrot: Using Objects.

Title:
Programming Parrot: Using Objects.
Authors:
Duff, Jonathan Scott1 duff@pobox.com
Source:
Perl Review. Winter2006, Vol. 3 Issue 1, p12-15. 4p.
Database:
Supplemental Index

Weitere Informationen

The author explains how to use parrot, a virtual machine being developed using the C programming language, to create and manipulate objects, also known as object oriented programming. He notes that while it may seem strange for a low-level language like PIR to have the facility for object-oriented programming, he argues that it makes perfect in this particular case. He further notes that Parrot's number one goal is to be the underlying implementation for Perl6, which has object oriented features.