< Parrot Virtual Machine

Languages on Parrot

There are a number of programming languages being implemented on Parrot, some of which are nearing functional completion, some which are still in active development, and some which have been started but are now abandoned. Interested developers may want to help join in the development effort with some of these languages, adopt an abandoned language project, or start a new language project entirely.

As of the 1.0.0 release, all language implementations except toy and example languages will be developed and maintained outside of the central Parrot repository. Where available, locations to external project pages will be provided.

Language Projects

Rakudo (Perl 6)

Rakudo is the name of the Perl6 implementation on Parrot. This is not the only implementation of Perl6, however.

Rakudo development is test-driven. There is a gigantic suite of tests for the Perl6 language that have been developed over the years. The progress of the Rakudo interpreter is measured by the number of specification tests, or "spectests" that pass. There is not a straight-forward way to measure the percentage progress of the project, because the total number of tests is changing regularly as well.

Rakudo is under active development by several volunteers. Some developers have even received funding to work on Rakudo more regularly.

APL

Basic

abc

A basic calculator language.

Befunge

C99

The implementation of the C programming language, following the C99 specification, has a number of purposes. C is a strongly-typed language, so it isn't necessarily the best candidate for implementation on the dynamically-typed Parrot. However, there are a number of benefits to the Parrot project to having a C parser available.

The C99 language parser is being used, at least in part, to help automate the process of generating NCI function signatures for new libraries and extensions. This is under active development by volunteers, some of which have been funded.

Cardinal (Ruby)

An implementation of Ruby

Chicken (Scheme)

ChitChat (SmallTalk)

Cola (Java)

Common Lisp

Eclectus (Scheme)

ECMAScript

Forth

Jako

A language derived from C and Perl

JSON

Kea Common Lisp

Lazy-K

Lolcode

Lua

Monkey (Lua)

M4

Ook

Pheme (Scheme)

PIR

PJS (ECMAScript)

Pipp (PHP)

Pipp is a recursive acronym for Pipp is Parrot's PHP. This language implementation was previously named "Plumhead", shorthand for the name "Plum-headed Parakeet". Pipp is being maintained on github at pipp. The project seems halted: the website is down/missing and the last commit was at 2009-07-22.

Punie (Perl 1)

Pynie (Python)

Python

Scheme

Partcl (TCL)

ParTCL is the TCL compiler for Parrot. The ParTCL project lives at http://code.google.com/p/partcl/

Unlambda

URM

Zcode

Translator Projects

Projects to translate to or from Parrot Bytecode.

Resources

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.