Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: presentation perl

by puudeli (Pilgrim)
on Jan 19, 2009 at 10:48 UTC ( [id://737251]=note: print w/replies, xml ) Need Help??


in reply to presentation perl

Perl is (at least)

  • Flexible (TMTOWTDI)
  • Easy to read, reminds written english
  • CPAN
  • Portable (ie. platfrom independent)
  • Did I say CPAN already?
  • Regular expressions and the regex engine
  • Easily extendable (XS)

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...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://737251]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found