Sha256: 18b29ad5c5264c760016e25e2f0d80c446d5c9bc161b65b172029e265a5bf3ea
Contents?: true
Size: 829 Bytes
Versions: 154
Compression:
Stored size: 829 Bytes
Contents
From [Perl 6 Introduction](http://perl6intro.com/): ## What is Perl 6 Perl 6 is a high-level, general-purpose, gradually typed language. Perl 6 is multi-paradigmatic. It supports Procedural, Object Oriented, and Functional programming. ##### Perl 6 motto: * TMTOWTDI (Pronounced Tim Toady): There is more than one way to do it. * Easy things should stay easy, hard things should get easier, and impossible things should get hard. ## Jargon * **Perl 6:** Is a language specification with a test suite. Implementations that pass the specification test suite are considered Perl 6. * **Rakudo:** Is a compiler for Perl 6. * **Rakudobrew:** Is an installation manager for Rakudo. * **Zef:** Is a Perl 6 module installer. * **Rakudo Star:** Is a bundle that includes Rakudo, Zef, a collection of Perl 6 modules, and documentation.
Version data entries
154 entries across 154 versions & 1 rubygems