1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Some thoughts on languages and users &#45; was: Ma -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Wed, 6 May 1998 11:33:21 &#45;0700 -->
<!--X-Message-Id: 199805061832.LAA05530#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199805020615.BAA11373@dfw&#45;ix11.ix.netcom.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Some thoughts on languages and users - was: Ma</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00425.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00427.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00318.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00233.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00426">Author</A>
&nbsp;|&nbsp;<A HREF="#00426">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00426">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Some thoughts on languages and users - was: Ma</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: Some thoughts on languages and users - was: Ma </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 06 May 1998 11:32:04 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Sat, 2 May 1998 02:18:53 -5 
Jon A Lambert&lt;jlsysinc#ix,netcom.com&gt; wrote:

&gt; On 28 Apr 98 at 22:15, Chris Gray wrote:

&gt;&gt; I won't comment much more here (my brand new computer awaits me),
&gt;&gt; but I like Jon's idea of building everything out of components,
&gt;&gt; which can then be disassembled (or further assembled). Lots of
&gt;&gt; stuff can be handled that way, but, as usual, there will be lots of
&gt;&gt; annoying exceptions, too! Things like fluids would need special
&gt;&gt; handling, as would situations where the original components still
&gt;&gt; maintain some of their identity.

&gt; &lt;Gasp!&gt; Oh crap... fluids and gases.  This is excellent thread
&gt; material. Anyone? Help!

Two bits:

  I found that getting rid of the room concept entirely massively
improved the general C&amp;C performance due to reduced rescheduling.  It
turned out very rapidly that the majority of C&amp;C failures and thus
reschedules were due to container contention.  Objects trying to enter 
or leave the same room at the same time caused contention for the
room's containment list.  Further work on reducing the C&amp;C checks as
close as possible (ie without undue penalty) to ONLY the attributes
checked or processed on an object got most of the other gains.

  Fluids and gases beg for a coordinate space.  Once you have that you 
can use variations on fluid flow mechanics:

    How much X is there here?

    Is there less X below me?  Move there.

    Is there less X beside me?  Move there.

    Is there enough less X above me to pull me up?  Move up

    etc.

Now waves, and surfing on those waves is another matter.

&lt;Yeehaw!&gt;

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...

-- 
MUD-Dev: Advancing an unrealised future.

</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="00318" HREF="msg00318.html">[MUD-Dev] Re: Some thoughts on languages and users - was: Ma</A></STRONG>
<UL><LI><EM>From:</EM> "Jon A. Lambert" &lt;jlsysinc#ix,netcom.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00425.html">[MUD-Dev] Re: PK and my "Mobless MUD" idea</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00427.html">[MUD-Dev] Re: atomic functions</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00318.html">[MUD-Dev] Re: Some thoughts on languages and users - was: Ma</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00233.html">[MUD-Dev] Re: (fwd) MOB or player? Re: Global Communications on Muds</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00426"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00426"><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="00236" HREF="msg00236.html">[MUD-Dev] Bio of John Bertoglio</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 29 Apr 1998, 20:01 GMT
<LI><strong><A NAME="00230" HREF="msg00230.html">[MUD-Dev] Re: (fwd) Confusing?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 29 Apr 1998, 06:02 GMT
<LI><strong><A NAME="00228" HREF="msg00228.html">[MUD-Dev] Re: Some thoughts on languages and users - was: Macro semi</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 29 Apr 1998, 06:02 GMT
<UL>
<LI><strong><A NAME="00318" HREF="msg00318.html">[MUD-Dev] Re: Some thoughts on languages and users - was: Ma</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 02 May 1998, 06:17 GMT
<UL>
<LI><strong><A NAME="00426" HREF="msg00426.html">[MUD-Dev] Re: Some thoughts on languages and users - was: Ma</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 06 May 1998, 18:33 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00233" HREF="msg00233.html">[MUD-Dev] Re: (fwd) MOB or player? Re: Global Communications on Muds</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 29 Apr 1998, 05:46 GMT
<LI><strong><A NAME="00224" HREF="msg00224.html">[MUD-Dev] META: Mail archives and MIME attachments</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 29 Apr 1998, 01:25 GMT
<UL>
<LI><strong><A NAME="00320" HREF="msg00320.html">[MUD-Dev] Re: META: Mail archives and MIME attachments</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 02 May 1998, 06:36 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00221" HREF="msg00221.html">[MUD-Dev] re: PK and my "Mobless MUD" idea</A></strong>, 
Jay Sax <a href="mailto:cimri1#gte,net">cimri1#gte,net</a>, Wed 29 Apr 1998, 00:47 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>