Difference between revisions of "Perl"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 81: Line 81:
  
 
* https://github.com/azawawi/ide-perl6 - Perl 6 language support for the Atom IDE
 
* https://github.com/azawawi/ide-perl6 - Perl 6 language support for the Atom IDE
 +
 +
 +
* [https://aearnus.github.io//2019/04/05/perl6-is-the-world-s-worst-ml Perl6 is the World’s Worst ML (with addendum by Damian Conway) | Aearnus’ Realm] - [https://lobste.rs/s/slmzdy/perl6_is_worlds_worst_ml_with_addendum_by]

Revision as of 01:58, 7 April 2019

General

See also Regex

  • Periodic Table of the Operators - Being a comprehensive and complete enumeration of the Operatic Elements of the Perl 6 Language, assembled and drawn with dedication and diligence by M. Lentczner as a service to both the Community and the Republic.


Articles

Modules

Other

  • Welcome to Perl 11 - Perl 11 is an effort to make Perl 5 pluggable at the following levels: Runtime Virtual Machine

Compilation Unit Format / AST, Source Code Syntax / Compilers [5]


  • WebPerl - uses the power of WebAssembly and Emscripten to let you run Perl 5 in the browser!WebPerl does not translate your Perl code to JavaScript, instead, it is a port of the perl binary to WebAssembly, so that you have the full power of Perl at your disposal! [6]

Perl6