Why people dislike Perl?

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

OMG: Fibonacci series in one line of perl.

4 Responses leave one →
  1. 2007 November 14

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

    Kind Regards

  2. 2007 December 16

    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.

  3. 2009 June 2
    Pedro permalink

    My eyes bleed.

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS