| parrotcode Languages Status | |
| Docs | FAQ | Download | Examples | Talks | Resources | Perl 6 | Languages | Who's Who | Donors | Cage Cleaners | Wiki | |
Most language implementations that target parrot are listed here. At least the implementations that live in the 'languages' directory of the parrot repository should be covered.
No author information is given here. This is because maintainers should be tracked in the respective languages/*/MAINTAINER files, and we don't want to repeat ourselves.
For current status of some languages see also http://smoke.parrotcode.org/smoke/
Languages that work with the unified languages test suite will have their test results listed under the smokes marked 'languages'.
APL
Provides support for a variety of monadic/dyadic operators, character vectors, floats, int, and 1-D vectors. Part of languages smoke testing.
0.6.1
BASIC Compiler
Most of the samples work.
0.3.0
languages/BASIC/compiler
Basic calculator. See http://en.wikipedia.org/wiki/Bc_%28Unix%29 Implemented with the Parrot compiler tools PGE and TGE.
Some failures due to Parrot compiler tools changes. A former implementation in languages/bc has been removed in revision 16528. Part of languages smoke testing.
0.6.1
languages/abc
Functioning -93 interpreter (input routines may be funky).
Samples working, README explain how to build/use. (waiting for Parrot objects for a befunge-98 version).
Part of languages smoke testing.
0.6.1
languages/befunge
Passes all tests. Part of languages smoke testing.
0.6.1
languages/bf
PGE grammar for C99.
Parser is complete. More work on backend(s) is needed.
0.5.3
languages/c99
Implementation of Ruby CVS Head 1.9
Parser is pretty complete. Generates PIR for basic Ruby programs
0.6.1
languages/cardinal
Patching Chicken so that PIR is generated.
Last modified in 2005. The website says:
The compiler dumps out code, but I have not yet tried running the code yet.
There are a few design issues left before the code can start running,
and I am discussing these issues on the
chicken-users and parrot-internals mailing lists.
Unknown
Java like language with some hybrid Perl features like regex operators planned.
See also http://en.wikipedia.org/wiki/Cola_programming_language.
Somewhat functioning, some samples working, lacks IO routines. Not longer actively developed. Part of languages smoke testing.
0.6.1
languages/cola
Aspires to implement a significant subset of the Common Lisp language.
Working for some simple forms. Due to some broken features, most of the bootstrapping code has been commented out.
0.6.1
languages/lisp
Translates .Net bytecode to PIR.
Much is left to do, but it's complete enough to tranlate 75% of the .Net class library.
0.4.15
languages/dotnet
A Scheme to PAST compiler implemented in Scheme. Bootstrapping is planned.
Planned.
0.6.1
languages/eclectus
Implementation of ECMAScript 3 (a JavaScript standard)
Parser is complete. Simple arithmetic and function calls work. Much work needed on parse actions and data types (PMCs or classes.
0.6.1
languages/ecmascript
forth
Broken in 0.5.0; relies on a non-existant opcode
??
languages/forth
A joke language. See http://www.cliff.biffle.org/esoterica/hq9plus.html
Works and is mostly complete. Based on PCT.
0.6.1
languages/hq9plus
C/Perl like language, first compiler for Parrot. The intent is to have a block-structured language that is higher level than IMC, but still exposes the underlying virtual machine rather directly, in the hope that this will eventually be useful for coding extensions to the VM in a language more natural than IMC.
The compiler Works, and the language and examples include subroutines and global constants and variables. NCI also works. The Jako examples are tested during smoke testing. The 'queens' example currently has problems and is therefore not tested.
Has a low-tech hand-coded lexer and parser, and the ability to spit out the parse tree as XML for debugging. Syntax is a bit rigid, but includes forms that will be familiar to Perl programmers.
Part of languages smoke testing.
0.6.1
languages/jako
Kea Common Lisp is an implementation of ANSI Common Lisp that is based on CMU Common Lisp (see http://www.cons.org/cmucl/). The chief goal of the Kea Common Lisp project is to provide easy interoperability between Lisp and the other dynamic languages hosted on Parrot.
The runtime is incomplete, being at the level of a simple desk calculator with an eccentric syntax, but the cross-compiler already supports most of the core semantic repertoire. The cross-compiler is almost capable of compiling itself; when that happens, EVAL will become suddenly much more powerful, and Kea will be able to grow rapidly.
0.4.15
lazy-k is a pure functional programming language according to the SKI calculus. See also http://homepages.cwi.nl/~tromp/cl/lazy-k.html
Working, but not complete. Part of languages smoke testing.
0.6.1
languages/lazy-k
Beginnings of an LOLCODE compiler, based on the spec described at http://lolcode.com/specs/1.2
VISIBLE and BTW "work"
0.6.1
languages/lolcode
Lua 5.1 interpreter implemented with PCT and TGE.
Lua 5.1 Standard Libraries (a large subset) implemented in PIR.
Part of languages smoke testing.
See details in languages/lua/doc/status.pod or at http://www.parrotcode.org/talks/LuaOnParrot.pdf.
0.6.1
languages/lua
Klaas-Jan Stol
Making Lua work on Parrot. Implemented in C. The lexer is built with Flex. The Parser is built with Bison. TreeCC is used to generate the code for creating the Abstract Syntax Tree.
There is also a Lua bytecode to PIR compiler at http://kjs.home.fmf.nl/lua2pir/
Simple examples are working. The current version is 0.2.2.
0.2.x
http://kjs.home.fmf.nl/parrot/
The Lua PMCs are in languages/lua.
Port of GNU m4 to PIR.
Functioning for handcrafted test cases. Loading frozen state is currently broken. Far from complete. Revision 0.0.14
Part of languages smoke testing.
Development is stalled. Takers are welcome. Some tests fail.
0.6.1
languages/m4
miniperl
Written by Jeff Goff. Unmaintained. Removed from trunk of Parrot subversion repository.
Unknown
Up to revision 12805 of the Parrot subversion repository: languages/miniperl
Not Quite Perl : lite-Perl6 implemented with PCT
In progress.
0.6.1
compilers/nqp
Functioning compiler targeting PASM.
Samples working, README explain how to build/use. Part of languages smoke testing.
0.6.1
languages/ook
An example on how the builtin PASM, PIR and PAST compilers can be used from within PASM and PIR programs.
Working. Part of languages smoke testing.
0.6.1
languages/parrot_compiler
This is a PCT based implementation of Perl 6. Actively developed,
Part of languages smoke testing.
0.6.1
languages/perl6 http://rakudo.org
It's not Scheme, it's Pheme! Pheme is a cleaned-up, partially implemented Lisp-2 compiler inspired by Scheme and built with TGE and PGE.
Pheme handles function calls, a few built-in-PIR primitives, and atoms and lists. It also runs its tests written in pure Pheme. It is nearly to the point of being able to define the rest of the standard library in terms of its builtins.
0.6.1
languages/pheme
A PIR compiler using Parrot compiler tools.
Fairly complete, about 95%. Note that this implementation is not exactly the same as the language as accepted by IMCC.
0.4.15
languages/PIR
PJS is a JavaScript (ECMAScript) implementation. It makes use of flex/bison for parsing. It can only do basic things right now (variables, if-else, loops, try-catch-finally, eval, etc.).
Started.
0.4.14
The Plumheaded Parakeet aims to become an implementation of PHP on Parrot. The grand idea is to have side by side comparison of different parsing and tree transformation strategies. Currently there are three variants: phc, PGE and ANTLR3.
Started.
0.6.1
languages/plumhead
Perl 6 compiler written in Perl 6 and Haskell with multiple backends
Basic IO and control flow elements; mutable variables; assignment.
0.4.4
Perl1 implemented in PIR with the PCT
So far, Punie handles constants (strings, integers, floats), variables, print statements, conditionals, do blocks, comma lists, and some basic math and logic ops. Parser is 90% complete; waiting for more PAST support.
0.6.1
languages/punie
A Python compiler for Parrot implemented with PCT
Functions and simple expressions are working.
0.6.1
languages/pynie
python
Mostly working except for classes/exec/import. For licensing reasons, not in parrot's svn tree.
0.0.11
regex
Working but fairly minimal. Part of languages smoke testing. Almost all tests are succeeding.
0.6.1
languages/regex
A Scheme to PIR compiler implemented in Perl 5.
Works as far as implemented. Lists, functions and closures are working but many functions are missing implementation. Works with the current calling conventions. Part of languages smoke testing.
0.6.1
languages/scheme
Squaak is not Squeak
An example languages from the PCT tutorial.
0.6.1
languages/squaak
A from scratch implementation of a Tcl 8.5 compiler in parrot.
Passes nearly 25% of tcl's (lightly converted) test suite, using a Test::More like harness. (Doesn't run quite enough of tcl yet to simply use tcltest.tcl)
0.6.1
languages/tcl.
unlambda is a pure functional programming language with mostly eager evaluation following the SKI calculus (+ a few extensions)
Working. Part of languages smoke testing.
0.6.1
languages/unlambda
URM, Universal register machine.
Functioning, all examples working. Language standard is stable and not expected to change soon.
0.6.1
languages/urm
Translates WMLScript bytecode to PIR.
The language WMLScript is a subset of ECMAScript (ie JavaScript). WMLScript defines also an bytecode interpreter (stack based), a binary format.
Part of languages smoke testing.
See details in languages/WMLScript/doc/status.pod.
0.6.1
languages/WMLScript
Infocom's Z-machine. See also http://en.wikipedia.org/wiki/Z-machine.
25 out of 66 Z3 opcodes all or mostly done. A long way from Zork. 3 out of 4 test files working.
0.4.15
languges/Zcode
This section will eventually be removed, for now serves as a pointer to some older implementations.
Scripting language inspired by Eiffel and Ruby. Original version targeted parrot, current version is self-contained. The PMCs for amber were in the repository until 0.6.1. http://xamber.org/
Parakeet was a Forth that was extremely machine specific to the Parrot VM. Parakeet also had a lot of features not found in standard Forth, like local variables, nested words and classes and (as a result) nested compile-time and run-time lexical word, class and variable scopes.
Removed from the repository (languages/parakeet) prior to 0.4.10, after having been broken since 0.0.11.
BASIC interpreter was written in PASM, and used the global stack. It was last verified working in 0.0.11 before it was removed from languages/BASIC/interpreter prior to 0.5.1.
The version at http://rubyforge.org/projects/cardinal/ has been superseded by the one in the repository. (See above)
From r16836 up to r25231 languages/perl5 served as a repository for some Perl 5 - specific functionality that was heavily used in early parrot development.
An experimental implementation of PHP. Described at http://www.akbkhome.com/blog.php/View/44/Latest_in_Vapourware_PintCompiler__dbdo.html, but no updates since August 2004, and the link to source is a 404.
Removed from trunk of Parrot subversion repository. Up to revision 12805, located in languages/ruby.
Simple functional language. A quickly abandoned attempt. See http://www.acooke.org/andrew/writing/parrot/sfl.html
Span can be most concisely described as Smalltalk for C++, C#, and Java programmers. It features an object system modeled on the Smalltalk object system and a language syntax designed to be easy to learn for developers of C-like languages. Last verified against parrot 0.1.11. http://homepage.mac.com/matt.kennedy/Span
A parser for the Test Anything Protocol Was located in languages/tap, removed in r26661.
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|