Skip to content

Why people dislike Perl?

September 27, 2007
by Fabio Kung
#!perl -l12e
$_=1;($_,$?)=($?,$_+$?),print while$_<4e3

OMG: Fibonacci series in one line of perl.

4 Comments leave one →
  1. September 28, 2007 11:52 am

    This is funny too:

    http://www.perlmonks.org/index.pl?node_id=45213

  2. November 14, 2007 3:04 am

    Maybe people “dislike Perl” exactly because lines like that?

    Kind Regards

  3. December 16, 2007 2:59 pm

    People dislike, at most, Perl because they never tried to program using that.

    The Perl motto “There is more than one way to do it” explains how Perl works. That line of code is one of so many manners of writting a Fibonacci sequence.

    Perl is famous because is easy (it is based on “natural language”) and is “the origin” of PHP, Ruby and Python.

    “Disliking” Perl is most of stigma than truth.

  4. Pedro permalink
    June 2, 2009 10:44 am

    My eyes bleed.

Leave a Reply

Note: You can use basic XHTML in your comments.

Subscribe to this comment feed via RSS