Perl Core Development
Perl for the next 30 years
Resources and useful links for developers.
Download and Get Started
Learn more »
Strawberry Perl is a distribution of the Perl programming language for the Microsoft Windows platform. While most other distributions rely on the user having software development tools already set up to install certain Perl components, Strawberry Perl ships with the most commonly used tools pre-configured and packaged.
http://www.raku.org/
The
Raku
project (formerly known as Perl 6) is a new language. Perl and Raku are two languages in the Perl family, but of different lineages. Raku is not intended as a replacement for Perl, but as its own thing - and libraries exist to allow you to call Perl code from Raku programs and vice versa.
Rakudo
http://rakudo.org/
Rakudo is an implementation of the Raku specification that runs on multiple backends, including MoarVM and the JVM.
MoarVM
http://www.moarvm.org/
MoarVM is a virtual machine built especially for Rakudo and the NQP Compiler Toolchain.