Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I used Perl for my final year project too.. One of the reasons that you mentioned, that no one else had done Perl, was part of the reason, but only a very small part

I'd done work with Java, C, C++ and a few other languages before.. the difference that I discovered is that these languages are a lot more detail oriented than Perl is.. the classic onliner that is possible with Perl underscores this point.. I think I can concentrate on the job at hand, and not worry too much about writing reams of code to get to that point...

I know its a biased example, but a friend was doing a similar project in Java.. all his code was 42 kb.. mine was just 11 kb ;o)

Its also worth noting that average time to develop something in Perl is generally shorter than equivalent in C.. I know this is subjective, a good C programmer is going to be pretty quick to do something, but generally, time to develop almost anything is shorter in Perl..

and when compared to the monstrosity that is Swing, Tk rules in UI speed and memory usage , nuff said :o)

So, in short, speed of development, lots of reusable code, unlimited flexibility (I love regexps ;o), and the sheer coolness of doing something no one had done before (in my university, at least) were my reasons for using Perl..

A few more points to add, I was happy to get away from malloc, calloc and the tedium of tracking memory allocations.. I appreciated being able to switch near seamlessly between Linux and Windows, which were my development OS..but these were mentioned before too
HTH


In reply to Re: Why Use Perl? by tinman
in thread Why Use Perl? by Gremlin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found