The whole confusion about frameworks and CMSes and whatnot aside, I’ve been wondering about something similar, just about forum software.

Why are all the forum engines written in (ancient-ish) PHP? Or if not, they’re in ASP. Every other language, including Perl, but also Python and Ruby (which are slightly more known for their webbiness) have none that are worth the bother really. It’s a bit disappointing. (As is the PHP ones’ insistence for using MySQL, but that’s a rant for another day.)


Update: It seems there’s some confusion about things and people think I don’t know that PerlMonks runs on Perl.

When I’m talking about forums, I’m thinking about things like YaBB (that was Perl, later became yabbSE and then SMF), phpBB, vBulletin, and the likes. For this class of bulletin boards, LanX’s example below about Perl-community.de is a good one. PerlMonks, yCombinator, SlashDot and so on have a very different way of working with, probably partly because of the threading, but probably for other reasons that I can’t really put my finger on. There’s also StackOverflow that one could call a forum, but, not sure...

I had googled and wikipediad (that’s a word now) and looked at things that those searches resulted in, and I saw some seriously wonky-looking, long-not-maintained things. I’ve seen SMF from the inside, it’s not pretty — yet for that genre of forums it’s one of the best out there and there seems to be no challenger out there that could serve any of the other three languages.


In reply to Re: Perl: Why you no modern web framework? by Ralesk
in thread Perl: Why you no modern web framework? by domje

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.