Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

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

A meditation for a rainy day.

I was chatting with a friend about the "rites of passage" that people go through with various programming languages, and we got onto the topic of the things people build "just because", instead of using an off-the-shelf package. Back in the day, many people I knew who worked in Fortran built their own 2D or 3D APIs (mostly for driving plotters or Tektronix displays). It wasn't as cool to use someone else's--you had to build your own to get street cred. (Mine did backface culling. Woo hoo!) Over the years, I've built at least two parser generators in C (one LALR(1), the other LL(1)) when otherwise good alternatives were available, and I cringe to think of the wheels I've reinvented in Perl.

When you look around at what you and your cohorts are doing in Perl, what wheels have you reinvented just because you wanted to have built it yourself?

Here's an incomplete list of wheels I've reinvented in recent history:

  1. Several lightweight templating packages, instead of using HTML::Template or TT (though I use HTML::Template a lot now)
  2. Several chunks of code that make HTTP requests on raw sockets, instead of using LWP et al. (What was I thinking?)
  3. At least one HTML tokenizer/parser (using regex's, of course) instead of using HTML::TokeParser.
  4. A package for constructing XML document object models.
  5. A Wiki (instead of using any of the available ones)

What's on your list?


In reply to "Rites of Passage" wheel reinventing by dws

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 rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found