1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Bruce Sterling on Virtual Community goals -->
<!--X-From-R13: @vxynf Syzdivfg <q97ryzNqgrx.punyzref.fr> -->
<!--X-Date: Wed, 21 Oct 1998 13:24:47 &#45;0700 -->
<!--X-Message-Id: Pine.SOL.3.96.981021220623.14749B&#45;100000#licia,dtek.chalmers.se -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 3.0.5.32.19981021141441.008f6b60#mythicgames,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Bruce Sterling on Virtual Community goals</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="msg00316.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00318.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00313.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00322.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00317">Author</A>
&nbsp;|&nbsp;<A HREF="#00317">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00317">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</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: Bruce Sterling on Virtual Community goals</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>: Wed, 21 Oct 1998 22:22:05 +0200 (MET DST)</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 Wed, 21 Oct 1998, Darrin Hyrup wrote:
&gt; First off, don't get me wrong, I really like the ColdC/Genesis approach.
&gt; The main things I wanted were stuff that is pretty much personal preference
&gt; for my own system, and the kinds of things we'll have to decide when we do
&gt; this OpenMUD/PDMud project.

I'm starting to like the OpenMUD name... We'll have to hear what the
consensus is, but my vote is on that name. I must've just skipped your
earlier post where you mentioned that.

&gt; When I initally reviewd the ColdC stuff (back in July I think), I wanted
&gt; (off the top of my head):
&gt; 
&gt;   The whole environment should have a free-for-any-use license.
&gt; 
&gt;   A driver should act like the kernel of an OS.

Amen to that. Mirrors exactly my thinking. OS design is a good source of
inspiration.

&gt;   o It should support multiple concurrent threads/processes of execution
&gt;   o It should be written in C++
&gt;   o It should support relational object oriented persistant store
&gt;   o It should support plug-ins and/or dynamic loading for driver expansion

I would like to add this: not only should the server support this, *all*
mid-level (i.e. game logic, meaning not quite as low as engine code and
not quite as high as lib code) -- or virtually all -- functionality should
be added dynamically to the driver via plugins. 

&gt;   o It should incorporate low level code (I/O, IPC, event management,
&gt; plugin management, thread/process management, etc) directly in the driver,
&gt; rather than implement it in the lib/core.

Aye! But, again making the distinction between driver code and
game-specific code, I would like to attribute such things as event
management, plugin management and inter-module/plugin communication to the
driver and I/O, parsing and maybe even the VM(s) to the dynamically loaded
plugins.

&gt;   o It should have a simple object oriented internal programming language
&gt; that non-programmer GMs can learn easily.

This is one reason why we should focus on an internal language which is
merely used for world programming, not for driver system programming. This
would allow us to tailor the language to this end (and thus make it
simpler). 

&gt;   o It needs to be be efficient enough to support hundreds of simultaneous
&gt; users without requiring a supercomputer. (If this means a compiler and
&gt; dynamic loading for things written in the internal programming language,
&gt; then fine.)

I have no objection towards compiling the internal programming language
separately (actually, the driver model becomes cleaner if you don't have
to have a compiler as part of it), but byte-code compilation should
suffice -- after all, we do want to have our DB objects
platform-independant. Or was this what you referred to when you talked
about dynamically loading things written in the internal language?

&gt; Darrin

-- Niklas Elmqvist (d97elm#dtek,chalmers.se) ----------------------
  "Nanny Ogg looked under her bed in case there was a man there. 
   Well, you never knew your luck."
		-- Terry Pratchett, Lords and Ladies



</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="00322" HREF="msg00322.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00313" HREF="msg00313.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
<UL><LI><EM>From:</EM> Darrin Hyrup &lt;shades#mythicgames,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00316.html">[MUD-Dev] Re: Recursive look</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00318.html">[MUD-Dev] Re: Recursive look</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00313.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00322.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00317"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00317"><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: Bruce Sterling on Virtual Community goals</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00295" HREF="msg00295.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 21 Oct 1998, 14:09 GMT
</LI>
<LI><strong><A NAME="00302" HREF="msg00302.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Wilburn, E.J. <a href="mailto:WilburnE#kochind,com">WilburnE#kochind,com</a>, Wed 21 Oct 1998, 15:56 GMT
</LI>
<LI><strong><A NAME="00303" HREF="msg00303.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Wed 21 Oct 1998, 16:04 GMT
<UL>
<LI><strong><A NAME="00313" HREF="msg00313.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Darrin Hyrup <a href="mailto:shades#mythicgames,com">shades#mythicgames,com</a>, Wed 21 Oct 1998, 18:22 GMT
<UL>
<LI><strong><A NAME="00317" HREF="msg00317.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Wed 21 Oct 1998, 20:24 GMT
<UL>
<LI><strong><A NAME="00322" HREF="msg00322.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 21 Oct 1998, 22:38 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00330" HREF="msg00330.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Thu 22 Oct 1998, 01:43 GMT
</LI>
<LI><strong><A NAME="00340" HREF="msg00340.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 22 Oct 1998, 05:12 GMT
<UL>
<LI><strong><A NAME="00370" HREF="msg00370.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 23 Oct 1998, 00:27 GMT
</LI>
</UL>
</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>