1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Virtual machine design -->
<!--X-From-R13: "Tryvk O. Qebrf" <sryvkNqjbexva.ay> -->
<!--X-Date: Sat, 17 Apr 1999 09:46:20 &#45;0700 -->
<!--X-Message-Id: 199904171426.QAA01828#pattern,dworkin.nl -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Virtual machine design</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:felix#dworkin,nl">
</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="msg00063.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00065.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00080.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00067.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00064">Author</A>
&nbsp;|&nbsp;<A HREF="#00064">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00064">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Virtual machine design</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>: Re: [MUD-Dev] Virtual machine design</LI>
<LI><em>From</em>: "Felix A. Croes" &lt;<A HREF="mailto:felix#dworkin,nl">felix#dworkin,nl</A>&gt;</LI>
<LI><em>Date</em>: Sat, 17 Apr 1999 16:26:38 +0200 (CEST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
Ben Greear &lt;greear#cyberhighway,net&gt; wrote:

&gt;[...]
&gt; I'm curious why so many people want to build internal languages into
&gt; their MUD?  I don't mean to sound critical, it's just that I have never
&gt; really seen the benefit.

There are several advantages, some for particular types of muds and
others for all kinds.


&gt; These are the issues that I see:
&gt;
&gt; 1)  Common users can't program in any real language, so why implement one
&gt; in the game.  Surely it would be easier to just write all the code in
&gt; a 'real' language of your choice and then use readily available compilers
&gt; to make it into a binary....

What constitutes a "real" programming language?  My guess is that you
consider internal programming languages too slow and not powerful
enough.

Too slow: taking a look at the history of the LPmud server family,
it is interesting to note that the "speed wars" which spurred much
of the development of the various servers until two or three years
ago have all but died out.  The reason for this is that with
current hardware, or even with previous generation hardware, most
of these muds have all the speed that they'll ever need.

Lacking in power: may be true for some languages, but not necessarily
for all of them.  Some are powerful enough that you cannot just write
muds in them, but any sort of internet server.

"Common users can't program in any real language": did you just grant
internal programming languages the status of "real language"?  Or do
you mean that since internal programming languages are not "real", it
is possible that common users may be able to program in them?

While a lot of users who attempt mud programming never master the
basic principles, it is be surprising to see how much they can
accomplish even so.  Anyone can make rooms and monsters, which may
have predefined behaviours implemented by more capable programmers.

However, those who stand to gain the most from an internal programming
language are not the commot users -- who may never see any code,
depending on the type of mud -- but the expert programmers, because
of the boost in productivity obtained by writing in a high-level
language.


&gt; 2)  Common users can script, so I definately see the need for simple
&gt; scripting.
&gt;
&gt; 3)  I understand that many people strive for a basic interpreter type of
&gt; shell, which is incredibly flexible, and then use this language to write
&gt; their game particulars in.  However, to me this looks a lot like re-writing
&gt; the OS.

Precisely.

Of course, there would be no point in redoing the operating system as
it is.  There have to be specific advantages to make it worthwhile,
such as:

 - Programmers cannot crash the mud.  Nothing as silly as dereferencing
   a NULL pointer is possible.
 - Any change can be made without taking the mud down, and takes effect
   immediately.  If necessary, it can also be instantly undone.  A well-
   run mud doesn't have to reboot.  This is particularly interesting
   for commercial muds, where downtime means loss of revenue and/or
   customer dissatisfaction.
 - The mud can be made enormously complex without affecting the
   complexity and reliability of the basic server, which can in fact
   be smaller and simpler than what would be needed for even a
   medium-sized mud without internal programming language.

Regards,
Felix Croes


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</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="00073" HREF="msg00073.html">Re: [MUD-Dev] Virtual machine design</A></strong>
<ul compact><li><em>From:</em> claw#kanga,nu</li></ul>
<li><strong><A NAME="00070" HREF="msg00070.html">RE: [MUD-Dev] Virtual machine design</A></strong>
<ul compact><li><em>From:</em> "Eli Stevens (KiZurich)" &lt;c718157#showme,missouri.edu&gt;</li></ul>
<li><strong><A NAME="00069" HREF="msg00069.html">RE: [MUD-Dev] Rebooting (was: Virtual machine design)</A></strong>
<ul compact><li><em>From:</em> "Eli Stevens (KiZurich)" &lt;c718157#showme,missouri.edu&gt;</li></ul>
<li><strong><A NAME="00067" HREF="msg00067.html">Re: [MUD-Dev] Virtual machine design</A></strong>
<ul compact><li><em>From:</em> Ben Greear &lt;greear#cyberhighway,net&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="msg00063.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00065.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00080.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00067.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00064"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00064"><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>Re: [MUD-Dev] Virtual machine design</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00058" HREF="msg00058.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Alex Stewart <a href="mailto:riche#crl,com">riche#crl,com</a>, Sat 17 Apr 1999, 04:44 GMT
</LI>
<LI><strong><A NAME="00065" HREF="msg00065.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Sat 17 Apr 1999, 16:49 GMT
</LI>
<LI><strong><A NAME="00060" HREF="msg00060.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 17 Apr 1999, 16:31 GMT
<UL>
<LI><strong><A NAME="00080" HREF="msg00080.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
claw <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Mon 19 Apr 1999, 07:52 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00064" HREF="msg00064.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Felix A. Croes <a href="mailto:felix#dworkin,nl">felix#dworkin,nl</a>, Sat 17 Apr 1999, 16:46 GMT
<UL>
<LI><strong><A NAME="00067" HREF="msg00067.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 17 Apr 1999, 22:46 GMT
<UL>
<LI><strong><A NAME="00076" HREF="msg00076.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Sun 18 Apr 1999, 17:13 GMT
</LI>
<LI><strong><A NAME="00092" HREF="msg00092.html">Re: [MUD-Dev] Virtual machine design</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Tue 20 Apr 1999, 06:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00069" HREF="msg00069.html">RE: [MUD-Dev] Rebooting (was: Virtual machine design)</A></strong>, 
Eli Stevens (KiZurich) <a href="mailto:c718157#showme,missouri.edu">c718157#showme,missouri.edu</a>, Sun 18 Apr 1999, 06:29 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>