| |
| | Parrot-a-Virtual-Machine-For-Everyone at Programmers Heaven |
 | | The 'Parrot' Software-CPU instruction set includes arithmetic and logical operators, compare and ranch/jump (for implementing loops, if...then constructs, etc), finding and storing global and lexical variables, working with classes and objects, calling subroutines and methods along with their parameters, I/O, threads and more. |
 | | 'Parrot' provides garbage collection, meaning that in 'Parrot' programs we do not need to worry about freeing memory explicitly; it will be freed when it is no longer in use (that is, no longer referenced) whenever the garbage collector runs. |
 | | In fact 'Parrot' provides a lot of programming functionalities and to explore it fully, the docs and examples subdirectories (in the parrot directory) are the perfect place to start. |
| www.programmersheaven.com /2/Parrot-a-Virtual-Machine-For-Everyone (2748 words) |
|