2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Object and class heirarchies &#45;&#45; are they really necessary? -->
<!--X-From-R13: Buvyyvc Zrauneqg <cuvyraNshaxl.zbaxrl.bet> -->
<!--X-Date: Wed, 22 Mar 2000 22:14:36 &#45;0800 -->
<!--X-Message-Id: 20000322223046.B5367#funky,monkey.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E12XVws&#45;0001DB&#45;00#under,eng.cp.net -->
<!--X-Reference: 14551.65272.614292.445363#alyx,skotos.net -->
<!--X-Reference: zell#alyx,com -->
<!--X-Reference: E12XYWb&#45;0000hk&#45;00#under,eng.cp.net -->
<!--X-Reference: 20000322010133.A5367#funky,monkey.org -->
<!--X-Reference: philen#funky,monkey.org -->
<!--X-Reference: E12XuKZ&#45;0001dI&#45;00#under,eng.cp.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Object and class heirarchies -- are they really </title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:philen#funky,monkey.org">
</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="msg00705.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00707.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00695.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00681.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00706">Author</A>
&nbsp;|&nbsp;<A HREF="#00706">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00706">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</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] Object and class heirarchies -- are they really necessary?</LI>
<LI><em>From</em>: Phillip Lenhardt &lt;<A HREF="mailto:philen#funky,monkey.org">philen#funky,monkey.org</A>&gt;</LI>
<LI><em>Date</em>: Wed, 22 Mar 2000 22:30:46 -0500</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>
On Wed, Mar 22, 2000 at 03:14:27PM -0800, J C Lawrence wrote:
&gt; On Wed, 22 Mar 2000 01:01:33 -0500 
&gt; Phillip Lenhardt &lt;philen#funky,monkey.org&gt; wrote:
&gt; 
&gt; &gt; On Tue, Mar 21, 2000 at 03:57:25PM -0800, J C Lawrence wrote:
&gt; &gt;&gt; True.  That was one of the sources of the design requirement for
&gt; &gt;&gt; Murkle that features must be programmable without requiring
&gt; &gt;&gt; source access to any other objects.
&gt; 
&gt; &gt; No matter how many times I read this design requirement--and it
&gt; &gt; has been many: I have read and reread nearly every thread in the
&gt; &gt; archive in which it appears--I always come to the conclusion that
&gt; &gt; it is either tautological or trivially false. Since both those
&gt; &gt; conclusions seem unlikely candidates for what you mean, I was
&gt; &gt; wondering if you could clarify.
&gt; 
&gt; Aye, the wording is not the best.  A better statement:
&gt; 
&gt;   In order to program any feature in the game source level access
&gt; must not be required to any other pre-existent objects in the game
&gt; that are not the direct recipients of the feature.  Ie.  If a
&gt; feature is going to _directly_ affect only objects X, Y, and Z, then
&gt; those are the ONLY objects that should need to be accessed.
&gt; 
&gt; Even that's not so great.  There were a variety of scenarios used to
&gt; develop the basic concepts:

&lt;scenarios snipped&gt;

While very interesting and imaginative those scenarios (which I've read
before) just talk _around_ the basic concepts. I am going to try to nail
down some basics and then try to address my concerns in relation to them.

Objects have attributes. An object can add, delete or change any of its
attributes arbitrarily. An object can send messages to and receive
messages from outside itself. the contents of the messages are just
things that could be atribute value. An object can react to a message by
either changing its attributes, sending messages outside itself, or both.  
An object has _no_ direct knowledge of where messages come from or where
messages it sends out go to.

--BEGIN ANALOGY, DO NOT TAKE THIS SERIOUSLY--
As an analogy, consider a human being (Bob) as one of these objects. Bob's
thoughts are object attributes. Bob can think about whatever he likes.
Bob uses his senses to perceive the external world. The things he sees,
hears, smells, touches, etc. are messages from the outside. The things
Bob does, says, etc. are messages to the outside world. Suppose Bob sees
Alice (ie. he receives a sight message from outside world). Does Bob know
that Alice is another human being object? No. All he has is the contents
of messages from the outside world. Can he send messages to the
outside world intended for Alice and structured in such a way that if he
were the one to receive them he could understand them? Yes. Being an object
means being able to send messages of any structure to the outside world.
--END ANALOGY--

All in all a pretty grim picture. Objects exist in a kind of existential
void. Luckily, object-oriented languages are usually more featureful than
this. For example, languages usually implement messages in such a way that
an object can determine which other object, if any, sent it (eg. checking
the caller of a method). Languages also make it possible for an object
to verify the type of another object (eg. checking the class of an object).
But note, however, that even if a language didn't implement this features,
you could code as if they held true and as long as all the code played 
nice, your system would be equivalent to a system where these things 
were enforced by the language.

--BEGIN MAIN POINT-- 
My concern is that Murkle's spoofs and watchers force objects into that
existential void. If someone else can write code that wraps your object 
and doesn't let messages through, your object is useless and untrustable.
And if someone can only wrap spoofs and watchers around their own 
objects, why should they bother? They can just rewrite those objects.
--END MAIN POINT--



_______________________________________________
MUD-Dev mailing list
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>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00675" HREF="msg00675.html">[MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#cp,net&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00679" HREF="msg00679.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
<UL><LI><EM>From:</EM> Par Winzell &lt;zell#alyx,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00680" HREF="msg00680.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#cp,net&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00688" HREF="msg00688.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
<UL><LI><EM>From:</EM> Phillip Lenhardt &lt;philen#funky,monkey.org&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00695" HREF="msg00695.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#cp,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00705.html">Re: [MUD-Dev] Gamasutra: Online Justice Systems</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00707.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00695.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00681.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00706"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00706"><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] Object and class heirarchies -- are they really necessary?</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00679" HREF="msg00679.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Par Winzell <a href="mailto:zell#alyx,com">zell#alyx,com</a>, Tue 21 Mar 2000, 23:11 GMT
<UL>
<LI><strong><A NAME="00680" HREF="msg00680.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Tue 21 Mar 2000, 23:57 GMT
<UL>
<LI><strong><A NAME="00688" HREF="msg00688.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Phillip Lenhardt <a href="mailto:philen#funky,monkey.org">philen#funky,monkey.org</a>, Wed 22 Mar 2000, 06:36 GMT
<UL>
<LI><strong><A NAME="00695" HREF="msg00695.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Wed 22 Mar 2000, 23:14 GMT
<UL>
<LI><strong><A NAME="00706" HREF="msg00706.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Phillip Lenhardt <a href="mailto:philen#funky,monkey.org">philen#funky,monkey.org</a>, Thu 23 Mar 2000, 06:14 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00681" HREF="msg00681.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Kevin Littlejohn <a href="mailto:darius#connect,com.au">darius#connect,com.au</a>, Wed 22 Mar 2000, 00:25 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00683" HREF="msg00683.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Chris Jones <a href="mailto:cjones#v-wave,com">cjones#v-wave,com</a>, Wed 22 Mar 2000, 00:49 GMT
</LI>
<LI><strong><A NAME="00743" HREF="msg00743.html">Re: [MUD-Dev] Object and class heirarchies -- are they reallynecessary?</A></strong>, 
Lazarus <a href="mailto:lazarus#ourplace,org">lazarus#ourplace,org</a>, Mon 27 Mar 2000, 21:19 GMT
<UL>
<LI><strong><A NAME="00748" HREF="msg00748.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Kevin Littlejohn <a href="mailto:darius#connect,com.au">darius#connect,com.au</a>, Tue 28 Mar 2000, 01:06 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>