Perl 5 is still the best language to use to process text data, but the world today needs much more resources:
- A good IDE, like Eclipse for Java.
- Good multi-threading.
- Standard and rich GUI.
Sadly, I must agree with those who think that the assumptions behind this statement is faulty. In particular, and at the risk of sounding ancient, I question the claim that the world "needs" these things at all:
- An IDE may be useful to those who like it. I find that multiple xterm's and vim with syntax coloring is more than sufficient to develop some fairly elaborate applications. When you find the need to run in a debugger, IDE's become more beneficial; but I only go there rarely myself.
- Good multithreading is probably essential on an operating system that has a heavy cost to fork/exec a new process (read: Windows or VMS), but I find that a simple pipe open or backticks gives pretty good results, for most asynchronous activities.
- As with the prior bullet, "standard and rich GUI" might be interpreted as a good thing when working in an environment where a process needs a window to be useful, but I favor text*. And there's always Tk or HTML, if you need to generate fancy output.
If you want them, that's marvelous, and I hope you get them. From what I can tell, these goals really aren't that far off, and don't even require Perl6 for practical benefit. I just hope they get implemented in a modest amount of system resources, so that those of us who don't want them won't need another memory upgrade just to get by.
The opinions expressed in this post are not necessarily those of an entirely rational individual, as he suffered many years programming under the tyranny of Windows before being liberated into his current work under Linux. YMMV.
* Update: Preference for text input methods subject to change, provided that I grow a third arm (ala Zaphod Beeblebrox) to drive the mouse.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.