Sha256: 2c5309cc31de55ce4b8935b66428a706c15f3d2e42efea8e5d9405d947030110
Contents?: true
Size: 1.48 KB
Versions: 84
Compression:
Stored size: 1.48 KB
Contents
Perl 6 is a clean, modern, multi-paradigm language; it offers procedural, object-oriented AND functional programming methodologies. It is a supremely flexible language, adapting to your style of programming, whether that be quick oneliners for sysadmins, scripts to manage a database import, or the full stack of modules necessary to realise an entire website. Perl 6 enhances Perl’s longterm appeal with a proper object system including roles, threading and multimethod dispatch. It has spent a long time coming to fruition and has learned from other programming languages, building on their success and learning from the issues of the past. We believe Perl 6 is a language that will last for decades as it has been conceived to adapt to future trends and is flexible in its usage with other languages. Perl 6 learns from other languages. For instance: taking threading from Java (simplified to a handful of methods); Foreign-function interfaces from Lisp make accessing libraries as simple as one line of code. Regular expressions are now turned up to 11 with the introduction of Parser Expression Grammars, which let you tackle huge parsing tasks. Strictures and warnings are now automatic, cutting out huge swathes of potential errors. Perl 6’s mottos remain the same as Perl: “Perl is different. In a nutshell, Perl is designed to make the easy jobs easy, without making the hard jobs impossible.” and “There Is More Than One Way To Do It”. Now with even more -Ofun (optimized for fun) added.
Version data entries
84 entries across 84 versions & 1 rubygems