1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: DevMUD:  Inheritable modules -->
<!--X-From-R13: @vxynf Syzdivfg <q97ryzNqgrx.punyzref.fr> -->
<!--X-Date: Fri, 30 Oct 1998 16:05:33 &#45;0800 -->
<!--X-Message-Id: Pine.SOL.3.96.981031004552.15003A&#45;100000#licia,dtek.chalmers.se -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 19981030091312.A18496#divcom,slimy.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: DevMUD:  Inheritable modules</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:d97elm#dtek,chalmers.se">
</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="msg00604.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00606.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00596.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00683.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00605">Author</A>
&nbsp;|&nbsp;<A HREF="#00605">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00605">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: DevMUD:  Inheritable modules</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: DevMUD:  Inheritable modules</LI>
<LI><em>From</em>: Niklas Elmqvist &lt;<A HREF="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</A>&gt;</LI>
<LI><em>Date</em>: Sat, 31 Oct 1998 01:01:57 +0100 (MET)</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>

On Fri, 30 Oct 1998, Jon Leonard wrote:
&gt; On Fri, Oct 30, 1998 at 02:12:22PM +0100, Niklas Elmqvist wrote:
&gt; &gt; Not to be grumpy or anything, Jon, but... I thought that the DevMUD
&gt; &gt; project would involve members on the list. I really would like to make a
&gt; &gt; difference, I've tried to offer my view on things and I would appreciate
&gt; &gt; if vital design issues such as this are discussed throughly.  I, at least,
&gt; &gt; have tried to make a point about my design ideas being suggestions, not
&gt; &gt; "laying down the law".
&gt; 
&gt; Hey!  An "I want" from me doesn't decide anything any more than:
&gt; "(Small voice: I still want to do it O-O. Wanto! Wanto!!! :)" from you
&gt; decides stuff.

Okey. Sorry. I probably over-reacted. It just goes to tell that I, too,
have grown quite fond of this project and want to follow it all the way
through its development cycle (sort of like an expectant parent). I'm just
scared of turning my back, I guess... :)

&gt; And for the record, I'm in pretty close agreement with what you've posted
&gt; after we get past the abstraction level of how modules communicate.

Well, sure. And yes, I've given up on a message-based system, like I said,
and accepted your proposals about function pointers as the basic
communication protocol (which can be used to negotiate higher level
communications later on). It just goes to show that the first module I'll
probably build for DevMUD will be a message-based system sitting on top of
the function pointers. But that's fine; we want these options.

I am still not convinced that the driver should be as minimalist as
discussed earlier. The driver should be lean, yes, but it should also
provide fertile soil for module programmers, meaning more fertile than a
normal OS and programming language does.

&gt; Surely choice of implementation language (Any using C calls vs. C++)
&gt; and a detail on logical busses (optional vs. mandatory) isn't that big
&gt; of a deal?

Well, maybe not. Chalk that up to my over-protectiveness.

&gt; ] I have no objections to modules being written in C++ (or some other language),
&gt; ] but I prefer interfaces using C calling conventions.  (extern "C" in C++)
&gt; 
&gt; I also don't like code inheritance, as I mentioned in a more recent post.
&gt; That's just a preference, and shouldn't keep us from using C++ if we wind
&gt; up deciding by voting or something.

I'm convinced that the modules should communicate using C function
pointers.  I am not convinced that the driver itself should be written in
C and not C++. I've heard arguments that C code will become much
"cleaner"; I'd like to state the opposite. To my twisted mind, an OO
implementation is easier to follow and get a mental grip on.  C code is of
course more efficient than C++, but I think this is a minor difference. 

Even if we do go for "plain" C for the driver, I'd like to emphasize that
we should take advantage of modern design techniques such as the UML,
Objectory and use-cases. Especially the latter which be useful in
exploring the requirements of the driver. I will probably post something
in this vein later on.

&gt; &gt; Of course, you may be speaking about your own prototype. In that case,
&gt; &gt; you're entirely in your own right to say these things.
&gt; 
&gt; My prototype is little more than a demonstration that you can use dlopen
&gt; to assemble modules in a MUD.  (Ok, people are talking using it too.)
&gt; If it gives me some special authority, I'd like to know why.

Well, if you had been describing what changes you were going to make to
your prototype to show off your thinking, you were naturally entitled to
do so. I added this disclaimer in this case. 

&gt; I expect that after discussing stuff for a while, some sort of team will
&gt; say, "Ok, this overall design sounds good, let's go and start coding."
&gt; (And prototypes don't count.)

Agreed. I got the impression from some of the talk that we somehow had
reached this implementation phase, and it kind of scared me.

&gt; Jon Leonard

-- Niklas Elmqvist (d97elm#dtek,chalmers.se) ----------------------
  "The trouble with being a god is that you've got no one to 
   pray to."
		-- Terry Pratchett, Small Gods



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00596" HREF="msg00596.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
<UL><LI><EM>From:</EM> Jon Leonard &lt;jleonard#divcom,slimy.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00604.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00606.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00596.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00683.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00605"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00605"><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:  Inheritable modules</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00682" HREF="msg00682.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Mon 02 Nov 1998, 10:17 GMT
<UL>
<LI><strong><A NAME="00696" HREF="msg00696.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Tue 03 Nov 1998, 03:18 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00592" HREF="msg00592.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Fri 30 Oct 1998, 13:15 GMT
<UL>
<LI><strong><A NAME="00596" HREF="msg00596.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Fri 30 Oct 1998, 17:20 GMT
<UL>
<LI><strong><A NAME="00605" HREF="msg00605.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Sat 31 Oct 1998, 00:05 GMT
</LI>
<LI><strong><A NAME="00683" HREF="msg00683.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Mon 02 Nov 1998, 10:21 GMT
<UL>
<LI><strong><A NAME="00688" HREF="msg00688.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Robert Brady <a href="mailto:rwb197#ecs,soton.ac.uk">rwb197#ecs,soton.ac.uk</a>, Mon 02 Nov 1998, 16:38 GMT
<UL>
<LI><strong><A NAME="00705" HREF="msg00705.html">[MUD-Dev] Re: DevMUD: Inheritable modules</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Tue 03 Nov 1998, 06:06 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00597" HREF="msg00597.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></strong>, 
Darrin Hyrup <a href="mailto:shades#mythicgames,com">shades#mythicgames,com</a>, Fri 30 Oct 1998, 17:25 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</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>