1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  (fwd) Re: Issues from the digests and Wout's list -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: from fabius.globecomm.net [207.51.48.6] by mx01.ny.us.ibm.net id 862336383.82363&#45;1 Tue Apr 29 17:53:03 1997 -->
<!--X-Message-Id: 199704291751.KAA28235#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 336f91e0.15366969#post,demon.co.uk -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's li</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.com">
</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="msg00287.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00289.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00257.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00324.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00288">Author</A>
&nbsp;|&nbsp;<A HREF="#00288">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00288">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Mon, 28 Apr 97 10:43:35 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:claw#null,net">claw#null,net</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg00257.html">336f91e0.15366969#post,demon.co.uk</A>&gt;, on 04/27/97 
   at 11:05 AM, Raz &lt;muddyraz#mushroom,demon.co.uk&gt; said:

&gt;On Fri, 18 Apr 1997 02:25:31 +0100 (BST), Ling
&gt;&lt;K.L.Lo-94#student,lut.ac.uk&gt; wrote:

&gt;&gt; On Wed, 16 Apr 1997, Shawn Halpenny wrote:

&gt;&gt; &gt; On Apr 10,  6:57pm, clawrenc#cup,hp.com wrote:

&gt;&gt; &gt; JCL&gt;   &gt;&gt; 3
&gt;&gt; &gt; JCL&gt;   You take the leather satchel,
&gt;&gt; &gt; JCL&gt;
&gt;&gt; &gt; JCL&gt; I currently do this, with caveats for nested compleations, multiple
&gt;&gt; &gt; JCL&gt; character support (multi-playing) and priority interrupts.
&gt; [...]
&gt;&gt; &gt;   Will the parser still be waiting
&gt;&gt; &gt; for a response of 0-3?  Or if a response of anything _not_ 0-3 fails the
&gt;&gt; &gt; get command without notification, executes the just-typed command
&gt;&gt; &gt; [...] and then returns to the base state of waiting for any
&gt;&gt; &gt; command?  I'm leaning toward the latter,
&gt;&gt; 
&gt;&gt; The later for me too.  It's natural after all.  I've been thoroughly
&gt;&gt; annoyed by the MudOS parsing which just prompts me:  Which one?  then
&gt;&gt; forcing me to retype the entire sentence again. 

&gt;I've a feeling I may be in the minority of being an English member of
&gt;the list, so the following may not ring many bells to too many
&gt;people:

I spent 10 years in England; five years living on a yacht bumming up
and down the east coast, mostly around the Colchester/Brightlingsea
area, and the next five years in West Sussex.

&gt;Remember the old, single-player text adventures, particularly the
&gt;later games from Magnetic Scrolls/Rainbird?  Their parser supported,
&gt;to some extent, this sort of command completion quite successfully.

Sinclair Spectrum et al.  Yup.

Yup.  I thought about trying to do something like that and settled
instead for a more pure Infocom approach.  I think most of the
background reasons had more to do with a stylistic distaste for
several of MagScroll's games than how well their parser worked. 
(Hehn.  I liked Infocom games better anyway)

&gt;In fact, the parsers in use by those games back in the eighties and
&gt;running on Spectrums and C64's are far in advance of mainly verb/noun
&gt;systems in the existing MUD codebases.

They are also all single user systems turn based systems, where the
definition of state is extremely distinct and nothing is going to
happen while the user is sitting there at a prompt picking his nose. 
Multi-user realtime systems don't have a lot of that advantage.  The
definition of state is a lot more gray, and that state is highly
unstable dependant on other's realtime actions.

This is not to say that the current state of MUD server parses doesn't
suck large warts, but that's another matter.  Infocom etc had a mssive
advantage to start with.

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</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="00324" HREF="msg00324.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> Raz &lt;muddyraz#mushroom,demon.co.uk&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00257" HREF="msg00257.html">(fwd) Re: Issues from the digests and Wout's list</A></STRONG>
<UL><LI><EM>From:</EM> Raz &lt;muddyraz#mushroom,demon.co.uk&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00287.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00289.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00257.html">(fwd) Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00324.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00288"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00288"><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]  Re: Introduction</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00240" HREF="msg00240.html">Re: [MUD-Dev]  Re: Introduction</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Sat 26 Apr 1997, 11:37 GMT
</LI>
<LI><strong><A NAME="00245" HREF="msg00245.html">Re: [MUD-Dev]  Re: Introduction</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Sat 26 Apr 1997, 12:03 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00216" HREF="msg00216.html">(fwd) Re: Issues from the digests and Wout's list</A></strong>, 
Raz <a href="mailto:raz#mushroom,demon.co.uknospam">raz#mushroom,demon.co.uknospam</a>, Fri 25 Apr 1997, 13:03 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00257" HREF="msg00257.html">(fwd) Re: Issues from the digests and Wout's list</A></strong>, 
Raz <a href="mailto:muddyraz#mushroom,demon.co.uk">muddyraz#mushroom,demon.co.uk</a>, Mon 28 Apr 1997, 01:02 GMT
<UL>
<LI><strong><A NAME="00288" HREF="msg00288.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Wed 30 Apr 1997, 00:53 GMT
<UL>
<LI><strong><A NAME="00324" HREF="msg00324.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></strong>, 
Raz <a href="mailto:muddyraz#mushroom,demon.co.uk">muddyraz#mushroom,demon.co.uk</a>, Wed 07 May 1997, 04:09 GMT
<UL>
<LI><strong><A NAME="00343" HREF="msg00343.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Sat 10 May 1997, 00:01 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00289" HREF="msg00289.html">Re: [MUD-Dev]  (fwd) Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Wed 30 Apr 1997, 00:53 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00211" HREF="msg00211.html">Me</A></strong>, 
Raz <a href="mailto:raz#mushroom,demon.co.uknospam">raz#mushroom,demon.co.uknospam</a>, Fri 25 Apr 1997, 12:11 GMT
</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>