1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: (fwd) Re: command parsers: a modest proposa -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Wed, 8 Jul 1998 11:13:20 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.980708110722.29130D&#45;100000#zazu,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 8625663B.0058F7AB.00#usmta03,itsc.na.abnamro.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#angel,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="msg00085.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00087.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00084.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00107.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00086">Author</A>
&nbsp;|&nbsp;<A HREF="#00086">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00086">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</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: (fwd) Re: command parsers: a modest proposa</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 8 Jul 1998 11:13:07 -0700 (PDT)</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, 8 Jul 1998 Michael.Willey#abnamro,com wrote:
&gt; &gt;Chris Gray &lt;cg#ami-cg,GraySage.Edmonton.AB.CA&gt; wrote:
&gt; &gt;&gt;[Richard B:]
&gt; &gt;&gt;What are the choices here:
&gt; &gt;&gt;   - drop all of them
&gt; &gt;&gt;   - complain about ambiguity
&gt; &gt;&gt;   - drop some "random" rock
&gt; &gt;&gt;   - allow the user to choose
&gt; &gt;  Of these, the second and fourth get in the way of the game.
&gt; &gt;The real choice is between the first and the third. I chose the
&gt; &gt;first because it fell naturally from the way I was processing
&gt; &gt;adjectives and so on as operators applied to sets of candidate
&gt; &gt;objects. Once players got used to it, switching to another version
&gt; &gt;was not an attractive option.
&gt; 
&gt; I would disagree with that - As a player, I'd rather have the game
&gt; abort a command than perform an unwanted command.  I'd rather it
&gt; do nothing than do the wrong thing.  For me the dividing line
&gt; between choosing method 2 or 4, then, would depend on how cleanly
&gt; #4 could be implemented.

We've debated this one pretty hard a few times over the years.  I think JC
was the big proponent for:

% get rock
Which rock would you like?
  1) the big rock
  2) the small rock
  3) the cracked rock
 &gt;&gt; 

Where an entry of anything but 1, 2, or 3, aborts the command, or some
sort of escape character (such as '!', mimicing the UNIX method) sends
your command to the parser one level up the stack.  (You could potentially
be asked for multiple clarifications, which would accumulate into a
stack.)

Personally I despise these things; I want a homogeneous parser, for a
lot of reasons I've detailed before (lag being one of the main ones).  At
best there's the old infocom thing:

% get rock
Which do you mean?
% the cracked one
Okay, you get the cracked rock.

In this case you don't go to any sub-menu, it's just that you get a single
command chance to enter something which normally would do nothing, but in
that case acts as an answer to its question.

Adam




</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="00107" HREF="msg00107.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>
<ul compact><li><em>From:</em> Ling &lt;K.L.Lo-94#student,lboro.ac.uk&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00082" HREF="msg00082.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></STRONG>
<UL><LI><EM>From:</EM> Michael.Willey#abnamro,com</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00085.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposal(with apologies to J. Swift)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00087.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposal (with apologies to J. Swift)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00084.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00107.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00086"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00086"><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><A NAME="00088" HREF="msg00088.html">[MUD-Dev] Summary: The "Extensible Game AI" thread</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 08 Jul 1998, 18:33 GMT
<LI><strong><A NAME="00089" HREF="msg00089.html">[MUD-Dev] Summary: The Game Design Mailing List "Learning AI" Thread</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 08 Jul 1998, 18:31 GMT
<LI><strong><A NAME="00082" HREF="msg00082.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Wed 08 Jul 1998, 16:15 GMT
<UL>
<LI><strong><A NAME="00084" HREF="msg00084.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Ross Nicoll <a href="mailto:rnicoll#calmar-mud,com">rnicoll#calmar-mud,com</a>, Wed 08 Jul 1998, 17:35 GMT
</LI>
<LI><strong><A NAME="00086" HREF="msg00086.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 08 Jul 1998, 18:13 GMT
<UL>
<LI><strong><A NAME="00107" HREF="msg00107.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Thu 09 Jul 1998, 13:44 GMT
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00111" HREF="msg00111.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Richard Bartle <a href="mailto:76703.3042#compuserve,com">76703.3042#compuserve,com</a>, Thu 09 Jul 1998, 16:22 GMT
<UL>
<LI><strong><A NAME="00127" HREF="msg00127.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Thu 09 Jul 1998, 20:38 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00135" HREF="msg00135.html">[MUD-Dev] Re: (fwd) Re: command parsers: a modest proposa</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 10 Jul 1998, 01:58 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>