1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: My vision for DevMUD -->
<!--X-From-R13: "Dboreg Ibbqf" <ejbbqfNubabef.hae.rqh> -->
<!--X-Date: Tue, 3 Nov 1998 02:35:16 &#45;0800 -->
<!--X-Message-Id: 000b01be0715$19e50660$6d55c586@rwoods -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: My vision for DevMUD</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:rwoods#honors,unr.edu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00709.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00711.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00778.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00711.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00710">Author</A>
&nbsp;|&nbsp;<A HREF="#00710">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00710">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: My vision for DevMUD</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: My vision for DevMUD</LI>
<LI><em>From</em>: "Robert Woods" &lt;<A HREF="mailto:rwoods#honors,unr.edu">rwoods#honors,unr.edu</A>&gt;</LI>
<LI><em>Date</em>: Tue, 3 Nov 1998 05:30:50 -0500</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

-----Original Message-----
From: Thandor &lt;thandor#donut,dhis.org&gt;
To: mud-dev#kanga,nu &lt;mud-dev#kanga,nu&gt;
Date: Tuesday, November 03, 1998 5:12 AM
Subject: [MUD-Dev] Re: My vision for DevMUD


&gt;On Tue, Nov 03, 1998 at 12:20:57AM -0800, Jon Leonard wrote:
&gt;&gt; I'm interested in building a MUD server which is well suited to
development
&gt;&gt; of experimental MUD features.  Support for commercial use, optimized
&gt;&gt; implementations, etc. are secondary.
&gt;
&gt;Ah, finally someone has said what they want DevMUD to do and some sort of
&gt;priority oirdering. And reasonable goals to boot.
&gt;
&gt;&gt; 2) The licence should by default be public domain.  This provides the
least
&gt;&gt;    impediments to using the code for experimentation.  Allowing some
modules
&gt;&gt;    with different licenses is useful for reusing existing code.
&gt;
&gt;Hmm, I would argue that a LGPL style license where people are "forced" to
&gt;contribute back should they make changes would be of more benefit if the
&gt;goal is to learn from this experiment. I say LGPL because this leave no
&gt;barriers to someone using the modules and linking them with their own to
&gt;make a commercial product. That seems to me to be a more logical way of
&gt;doing things, but I could be wrong. :)
&gt;
&gt;&gt; 3) The code should be well documented, and where possible easy to
understand.
&gt;&gt;    This is also for ease of making expirimental modifications.
&gt;
&gt;Ah yes, glad that this is a key point. How do you plan on enforcing that it
&gt;be well documented though? Human (or at least programmer :P ) nature seems
&gt;to be only do documentation when there's some external force. ;)


Well, there are two ways to accomplish it.  One is to require that any code
submitted for approval must be well-documented.  This will be a pain for the
"benevolent dictator" to moderate, because he/she must then check all code
to make sure it is documented, and must send back code, no matter how good
or necessary, for documentation.

Another possibility is to have a few people whose job is primarily to look
at and document code.  These people would be given the code and would review
it, doing whatever documentation is necessary.  If they have any questions,
they bug the programmer.  Of course, these people must be familiar with
programming, and if they're able to understand what's going on with the
code, they would be better used in MAKING code.

A third option, although difficult, is to brainwash programmers..."I want to
make well-documented code."  Of course, one would think that people trying
to work on a project such as this would already have that ingrained...or at
least we would hope.

&gt;&gt; 4) There should be more than one example collection of modules, as not
all
&gt;&gt;    expiriments would use the same starting point.
&gt;
&gt;Good idea, although I think it's more important to finish one set of
&gt;example modules before worrying about a second.
&gt;
&gt;&gt; There are a few other decisions that affect modules in a project of this
&gt;&gt; type.  In particular, I prefer:
&gt;
&gt;All sounds pretty reasonable here. And at least some decisions being made
&gt;rather than complete generica.
&gt;
&gt;&gt; General DevMUD structure:
&gt;&gt;
&gt;&gt; There should be a generic bootstrap loader, whose responsibility is to
&gt;&gt; provide module loading facilties and little else.  It is responsible
&gt;&gt; for loading a more specialized config module, which has responsibility
&gt;&gt; for loading and configuring the rest of the modules in the system.  A
&gt;&gt; typical config module will probably qickly delegate control to a script
&gt;&gt; in an in-mud language.
&gt;
&gt;If the bootstrap module is always going to be loading a config module no
&gt;matter what, is there really any point in them being seperate modules? Even
&gt;if you want the possibility of different config modules, why not make the
&gt;bootstrap code a library which can be linked into any config module someone
&gt;decides to build? I just see no reason in having a seperate module that we
&gt;know is going to be loaded anyway.
&gt;

Well, the bootstrap module should more or less not be changed.  So, either
method would work for me.  Of course, being an LP guy, I'm used to seeing a
separate bootstrap module :)

&gt;&gt; I envision at least two demo MUDs:
&gt;
&gt;Since both demo muds are non graphical, may I suggest that a graphical demo
&gt;mud might be a good idea at some stage?


I don't think that Jon is saying that we'll make something that looks
exactly like an LP or a Diku...I'm sure that one of the concepts could be
easily translated into a graphical MUD.

&gt;
&gt;&gt; I have more thoughts, of course, but that's generally where I'm coming
from.
&gt;&gt; I'm volunteering to be project maintainer for such a project (including
&gt;&gt; hosting on my server), including writing some usable collections of
modules
&gt;&gt; if necessary to jumpstart the project.
&gt;
&gt;Well, since you're the only one who's volunteered so far, you've got my
&gt;support at this stage. ;)
&gt;
&gt;Seriously though, I'm liking what you've writen as it seems to at least be
&gt;more of a vision than a game server which does everything, it actually
&gt;states some more specific goals - though I would like to see them clarified
&gt;further. Even skeptical little me can see some hope of a useful system
&gt;coming from this.


Well, I'll use whatever knowledge I have to help out...no guarantees :)
And, since Jon Leonard seems to have a clear vision that I agree with, and
he seems to be volunteering, I nominate him as the benevolent dictator of
DevMUD.

As regarding the LP-style module, I'm all for that!  I'm currently working
on an LP mud and might be able to help out a bit more in a realm like that.

&gt;
&gt;- Shane King.
&gt;
&gt;--
&gt;MUD-Dev: Advancing an unrealised future.



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00711" HREF="msg00711.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>
<ul compact><li><em>From:</em> Thandor &lt;thandor#donut,dhis.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00709.html">[MUD-Dev] Re: My vision for DevMUD</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00711.html">[MUD-Dev] Re: My vision for DevMUD</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00778.html">[MUD-Dev] Re: DevMUD considerations and the Halloween article</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00711.html">[MUD-Dev] Re: My vision for DevMUD</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00710"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00710"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: DevMUD considerations and the Halloween article</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00748" HREF="msg00748.html">[MUD-Dev] Re: DevMUD considerations and the Halloween article</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 04 Nov 1998, 05:47 GMT
<UL>
<LI><strong><A NAME="00754" HREF="msg00754.html">[MUD-Dev] Re: DevMUD considerations and the Halloween article</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Wed 04 Nov 1998, 08:05 GMT
</LI>
<LI><strong><A NAME="00765" HREF="msg00765.html">[MUD-Dev] Re: DevMUD considerations and the Halloween article</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Wed 04 Nov 1998, 21:22 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00778" HREF="msg00778.html">[MUD-Dev] Re: DevMUD considerations and the Halloween article</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 05 Nov 1998, 05:39 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00710" HREF="msg00710.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>, 
Robert Woods <a href="mailto:rwoods#honors,unr.edu">rwoods#honors,unr.edu</a>, Tue 03 Nov 1998, 10:35 GMT
<UL>
<LI><strong><A NAME="00711" HREF="msg00711.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>, 
Thandor <a href="mailto:thandor#donut,dhis.org">thandor#donut,dhis.org</a>, Tue 03 Nov 1998, 11:36 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00720" HREF="msg00720.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 03 Nov 1998, 19:13 GMT
</LI>
<LI><strong><A NAME="00732" HREF="msg00732.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 03 Nov 1998, 23:25 GMT
</LI>
<LI><strong><A NAME="00736" HREF="msg00736.html">[MUD-Dev] Re: My vision for DevMUD</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Wed 04 Nov 1998, 01:37 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>