Event dispatchers are necessary for event driven programs. Something must detect events and trigger actions, and POE's Kernel is it. It's about as unnecessary as your brain, without which you wouldn't detect events and act upon them.

POE doesn't have a "stack"*. POE has so little for you to hate on that you've got to make up new stuff not to like. :)

Everything else was added at user request, usually after fighting with the author over whether it was absolutely necessary. To the death. Uphill. Both ways. Ask some people who actually know POE's development history. If you can be reasonable, you're always welcome in irc.perl.org #poe.

Here's a pretty video of POE's development history. It won't teach you anything, so it's safe for you to watch.

And finally, if big words like Kernel are too scary, check out Reflex for a more Modern approach.

-----
*Perl's call stack doesn't count.

--
Rocco Caputo - http://poe.perl.org/ - irc://irc.perl.org/poe


In reply to Re^2: Node.Js versus POE by rcaputo
in thread Node.Js versus POE by Anonymous Monk

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



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.