Coolness. I enjoyed MOOs in the past ( I managed to hit a MOO at its heights of use and it was awesome).

I've always wanted to see some of the features of MOOs brought onto the web or similar technologies.

Apart from being great introductions to OO programming (you can literally see it happening in front of you), they are the only (simultaneous) joint code editing program I've seen . The idea of having multiple people editing the same code is something I've always wanted to play with a bit more.

Personally I don't feel attracted to the idea of browsing PM nodes by walking through rooms, but I do like the idea of being able to see what the monks around the monastary are doing - it would rock to have a list of monks currently looking at a node so we could kibbitz about nodes.

I once laid down the start of some code for a web-based moo in perl, but pretty much gave it up when I realised that there was no good way to allow people to run limited Perl5 code that they wrote inside the moo. The way Safe.pm works, it either limits programmers to trivial, useless code, or it allows people to gain full access easily (i.e. if you allow module loading, anyone can take control. if you don't, there's not much fun to be had)

____________________
Jeremy
I didn't believe in evil until I dated it.


In reply to Re: Perlmonks MUD by jepri
in thread Perlmonks MOO by Trag

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.