Disclaimer: I am hunting down the article in which I read this, so keep that in mind before --'ing me ;)

From what I've seen of the MMORPG community, a lot of them choose to develop their game backend and content with Python because it is allegedly easier for non-programmers to pick up and work with than other languages such as C, C++, and Perl. Not knowing the former but knowing all the latter well, I cannot attest to the truth of this statement.

That being said, I've had an easier time teaching people C and Powerbuilder as a first language than I have Perl? Why? I'm not 100% certain, but I'm guessing it's because there are so many ways to do things in Perl. I love TIMTOWTDI, but I can see where it is overwhelming for a new (or non) programmer. Personally I'm glad I learned other languages before Perl - I appreciate it that much more.

Coming back from that tangent, I do have to say I've been tempted on too many occasions to try to write a game engine in Perl. Something that I didn't see mentioned is PerlMUD (unless it was and the name changed???). Worth a look if youre curious.

Good luck and have fun!
MrCromeDome


In reply to Re: Perl for MMORPG Server by MrCromeDome
in thread Perl for MMORPG Server by saberworks

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.