Version 100 (modified by dukeleto, 12 years ago)

--

Parrot based implementations of programming languages

A number of languages targeting Parrot are in development. Some of them can be found in the Parrot tarball, in examples/. Most are developed outside of Parrot. This page tracks the status of these projects, and provides information on where to find them.

NameLanguageWritten inBuilds againstPassing testsCompletenessDevelopment
abc bcPerl6GrammarParrot 1.5.0161/161 (100%)SemistableInactive
 APL APLPerl6GrammarParrot 1.4.0216/216 (100%)?Inactive
BASIC BASIC, Microsoft QuickBASIC 4.5Perl, PIR??Stable?Retired
befunge Befunge-93PIRParrot 1.5.01/1 (100%)SemistableActive
 bf Brainf**kPIRParrot 1.5.0?Stable?Inactive
 blizkostPerl 5 on ParrotPIRParrot 1.4.0102PrototypeActive
 c99 C programming language,  C99 dialectPerl6GrammarParrot 0.8.1-devel?StableInactive
 cardinal Ruby 1.9Perl6GrammarParrot 1.5.0?/340Development?Active
 chitchat SmalltalkPerl6GrammarParrot 1.5.02/2 (100%)?Inactive
 CloseC-like languagePerl6GrammarParrot 1.3.0?DevelopmentActive
 dotnet.Net to PIR translatorC, Perl, PIRParrot 0.9.173/254 failed?Dormant
 eclectus SchemeSchemeParrot 0.8.2-devel? (1)DevelopmentInactive
 ecmascript ECMAScriptPerl6GrammarParrot 1.1.043/43 (100%)DevelopmentInactive
 forth ForthPIRParrot 0.8.1-devel? (1)?Inactive
 funAn even happier JoyPerl6GrammarParrot 1.5.025/25 (100%)DevelopmentActive
 gilGeneric Imperative LanguagePerl6GrammarParrot 1.5.011/11 (100%)?Inactive
 hq9plus HQ9 PlusPerl6GrammarParrot 1.4.013/13 (100%)StableMaintainance
 jakoJakoPerl5Parrot 1.5.0?SemistableInactive
 jvmJava VM bytecode translatorC, Perl, PIRParrot 0.8.2-devel-DevelopmentActive
 json JSONPerl6GrammarParrot 0.8.1-devel? (1)?Dormant
 Kea-CLCommon Lisp???DevelopmentInactive
 lazy-k Lazy KPIRParrot 1.2.02/2 (100%)Development (2)Dormant
 lisp LISPPIR, PGE?Parrot 0.8.1-devel134/134 (100%)?Inactive
 lolcode LOLCODEPerl6GrammarParrot 1.5.081/82 (98.78%)?Dormant
 lua Lua 5.1Perl6GrammarParrot 1.5.0 Smoke reportsDevelopment?Active
 Lua2PIR Lua 5.1????Retired
 matrixy OctavePerl6Grammar??DevelopmentActive
 m4 GNU m4PIRParrot 1.4.0125/125 (100%)DevelopmentDormant
 markdown MarkdownPerl6GrammarParrot 1.5.056/56 (100%)DevelopmentActive
NQPNot quite Perl6Perl6GrammarParrot 1.5.0186/186 (100%)StableActive
 Monkey Lua 5.1????Retired
 ook Ook!PASMParrot 1.2.01/1 (100%)Stable?Inactive
parrot_compilerPAST and PIR examplesPIRParrot 0.9.1???
 partcl TclPIR, C(PMC) Version Spec Test StatusDevelopment svn log
 pheme SchemePerl6GrammarParrot 1.5.051/51 (100%)Development?Reactivating?
 Perk JavaPerl6GrammarParrot 0.9.0-devel?PrototypeActive
 Pipp PHPPerl6GrammarParrot 1.4.0 Smoke reportsDevelopmentActive
 PIRParrot Intermediate RepresentationPerl6GrammarParrot 0.8.1-devel? (1)SemistableMaintenance
 Pirate Python????Retired
 PJS ECMAScriptPIRParrot 0.8.1-devel? (1)DevelopmentDormant
 PODPlain Old DocumentationPerl6GrammarParrot 1.1.0?DevelopmentActive
 primitivearc ArcPIRParrot 1.4.0?/230DevelopmentActive
 Porcupine PascalPerl6GrammarParrot 1.4.0115/116DevelopmentActive
 punie Perl 1.0Perl6GrammarParrot 1.5.052/52 (100%)DevelopmentInactive
 pynie PythonPerl6GrammarParrot 1.5.0123/123 (100%)DevelopmentActive
 Rakudo Perl 6 Perl 6Perl6Grammar, PerlParrot 1.5.0275/275 (100%) (3)DevelopmentActive
regexRegular expression enginePMCParrot 0.9.153/53 (100%)Development?Retired
 scheme SchemePerl 5Parrot 0.8.1-devel? (1)DevelopmentInactive
 Scheme to PIR with Chicken Scheme?????
 shakespeare-parrot ShakespearePerl6GrammarParrot 1.5.064/64 (100%)DevelopmentActive
squaakSquaak (showcase language)Perl6GrammarParrot 1.5.030/30 (100%)DevelopmentDormant
 unlambda UnlambdaPIRParrot 1.4.04/4 (100%)?Dormant
 urmUniversal Register MachinePerl 5Parrot 1.2.05/7 (71.42%)Stable?Inactive
 WMLScript WMLScriptPIRParrot 1.5.0357/358DevelopmentActive
 XMLXML SAX like parserPerl6GrammarParrot 1.5.030/30DevelopmentActive
  • (1) I couldn't get one or more tests to run on my system.
  • (2) As per README/documentation.
  • (3) Basic tests only.

Status

So it's easy to tell what's going on with a project, I'll categorize statuses on the basis of two criteria:

  • Completeness: stable, semistable, development, prototype, unknown
    • Stable: Claims to be version 1.0, 2.0, etc.; tests appear to cover a usable subset of functionality.
    • Semistable: Stable to a deprecated or old standard; can be extended to the latest standard.
    • Development: Claims to be version 0.1, 0.2, etc.; large functionality missing.
    • Prototype: Claims to be development, prototype or no version number; only basic functionality is in.
  • Development: active, maintenance, dormant, inactive
    • Active: Major changes in the last month.
    • Maintenance: Minor changes in the last month; only really applicable to stable/semistable languages.
    • Dormant: No major changes in the last month; bugfixes and occasional commits are still being made.
    • Inactive: No changes in the last three months.
    • Retired: No plans to maintain or continue development, open for adoption

See also: AbandonedLanguages