Difference between revisions of "Perl"

From Things and Stuff Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* http://www.perl.org/
 
* http://www.perl.org/
 
** http://en.wikipedia.org/wiki/Perl
 
** http://en.wikipedia.org/wiki/Perl
 +
 +
 +
* [https://perldoc.perl.org/perlintro.html perlintro - perldoc.perl.org] -
 +
  
 
* http://perldoc.perl.org/index-language.html
 
* http://perldoc.perl.org/index-language.html
  
 
* http://perldoc.perl.org/index-functions.html
 
* http://perldoc.perl.org/index-functions.html
 +
  
 
* http://perldoc.perl.org/perlvar.html
 
* http://perldoc.perl.org/perlvar.html
Line 34: Line 39:
  
 
* http://perl6.guide/ [https://news.ycombinator.com/item?id=8525997]
 
* http://perl6.guide/ [https://news.ycombinator.com/item?id=8525997]
 +
 
== Articles ==
 
== Articles ==
 +
* [https://www.salon.com/1998/10/13/feature_269/ The joy of Perl | Salon.com] - How Larry Wall invented a messy programming language -- and changed the face of the Web. [https://news.ycombinator.com/item?id=21842639]
 +
 
* [http://www.linuxjournal.com/article/2070 Wherefore Art, Thou?] - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1.
 
* [http://www.linuxjournal.com/article/2070 Wherefore Art, Thou?] - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1.
 +
 
* [http://www.perl.com/pub/1999/03/pm.html Perl, the first postmodern computer language] by Larry Wall on March 9, 1999
 
* [http://www.perl.com/pub/1999/03/pm.html Perl, the first postmodern computer language] by Larry Wall on March 9, 1999
 +
  
 
* [http://modernperlbooks.com/books/modern_perl_2014/ Take Control of Your Programming with Modern Perl]
 
* [http://modernperlbooks.com/books/modern_perl_2014/ Take Control of Your Programming with Modern Perl]
 +
 
* [http://www.josetteorama.com/perl/what-is-modern-perl/ What is Modern Perl?] - 2012 by Dave Cross
 
* [http://www.josetteorama.com/perl/what-is-modern-perl/ What is Modern Perl?] - 2012 by Dave Cross
 +
  
 
* [http://www.ebb.org/bkuhn/blog/2012/12/18/perl-cobol.html Perl is Free Software's COBOL, and That's Ok!]
 
* [http://www.ebb.org/bkuhn/blog/2012/12/18/perl-cobol.html Perl is Free Software's COBOL, and That's Ok!]
 +
 
* [https://sites.google.com/site/steveyegge2/ancient-languages-perl Ancient Languages: Perl] [https://news.ycombinator.com/item?id=6159752]
 
* [https://sites.google.com/site/steveyegge2/ancient-languages-perl Ancient Languages: Perl] [https://news.ycombinator.com/item?id=6159752]
 +
  
 
* [http://lanyrd.com/2013/linuxconfau/szzxt/ The Perl Renaissance]
 
* [http://lanyrd.com/2013/linuxconfau/szzxt/ The Perl Renaissance]
 +
 +
* [http://colinm.org/sigbovik/ 93% of Paint Splatters Are Valid Perl Programs] -  [https://news.ycombinator.com/item?id=19576425]
  
 
== Modules ==
 
== Modules ==
Line 74: Line 90:
  
 
* https://p6weekly.wordpress.com/2018/01/22/2018-04-its-time-for-optimism/ [https://news.ycombinator.com/item?id=16211864]
 
* https://p6weekly.wordpress.com/2018/01/22/2018-04-its-time-for-optimism/ [https://news.ycombinator.com/item?id=16211864]
 +
 +
 +
* https://modules.perl6.org
 +
 +
* 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]

Latest revision as of 16:26, 22 December 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

  • Wherefore Art, Thou? - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1.




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 [6]


  • 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! [7]

Perl6