in reply to presentation perl

Perl is (at least)

And if you show us your script we could tell the strong and weak points.

--
seek $her, $from, $everywhere if exists $true{love};

Replies are listed 'Best First'.
Re^2: presentation perl
by JavaFan (Canon) on Jan 19, 2009 at 12:19 UTC
    Easy to read, reminds written english
    Yes, English is full of '$', '@' and all the other punctuation marks. "Easy to read" is a very debatable point, and "Hard to read" is usually the nr. 1 complaint against Perl.
    Regular expressions
    I wouldn't bring up regular expressions if I were to defend the point that "Perl is easy to read, reminds written English".
    Easily extendable (XS)
    XS requires knowledge of C, Perl internals and the XS language itself, and access to a C compiler. Many people have problems even installing an XS module because they lack the latter, and require precompiled binaries.
Re^2: presentation perl
by Bass-Fighter (Beadle) on Jan 19, 2009 at 11:02 UTC
    no, I mean the strong and week points of perl itself, not my program. you just said some very strong points. but there must be some weak points in perl itself as well...