At Motorola, I designed a simulator for a piece of cell
phone architecture in perl that was about 60,000 lines (50k
of which were human written). In retrospect, I could have
trimmed 10k lines if there weren't so many features to
implement. But the crazy thing was that the simulator had
a more stable and comprehensive feature set than the actual
product!
I firmly believe that the belief that perl is only good for
small applications is wrong. In reality, perl is a very
flexible, powerful, easy to use language. But powerful and
easy to use always means dangerous, and there are a lot of
incompetant programmers out there. Perl code can and will
look uglier than any other language. But it can also look
more elegant than any other language.
In other words, the responsibility is on the programmer to
write clean code, just as it always was. Using Java
or Python may make it more difficult to write messy code,
but it also makes it difficult to write elegant code. There
is no substitute for a good programmer, and Perl is one of
the few languages that admits that.
-Ted
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.