1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] "short" Introductory Message (fwd) -->
<!--X-From-R13: ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO (Quevf Uenl) -->
<!--X-Date: from fabius.globecomm.net [207.51.48.6] by in1.ibm.net id 865790268.49820&#45;1 Sun Jun  8 17:17:48 1997 CUT -->
<!--X-Message-Id: 9706081635.84oh@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--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] "short" Introductory Message (fwd)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">
</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="msg01258.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01262.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01254.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01347.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01260">Author</A>
&nbsp;|&nbsp;<A HREF="#01260">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01260">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] "short" Introductory Message (fwd)</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] "short" Introductory Message (fwd)</LI>
<LI><em>From</em>: <A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A> (Chris Gray)</LI>
<LI><em>Date</em>: Sun, 8 Jun 97 09:35:13 MST</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Jeff K:]
:I'm mixed on this.... my big issue is that in an object-ortiented labuage
:compilke-time checking means compile time checking for method
:avauilablility.  Ilike Cold's Smalltalk like facility to add new methdos to
:an obejct on the fly and not check for availability therefor til run-time.

Only if you don't add a wart to work around it. In my strongly typed MUD
language, I can check for and call a dynamic method like this:

    action a;
    &lt;expected return type&gt; result;

    a := thingPtr@methodProperty;
    if a ~= nil then
	result := call(a, &lt;expected return type&gt;)(&lt;parameters&gt;);
    fi;

Here, the run-time checking is on the parameters and result of the
dynamically found function 'a'. Outside of the 'call' operation, no
run-time type checks are needed. A mismatch in the 'call' results in
an error message, and a (sort-of) symbolic traceback.

--
Chris Gray   cg#ami-cg,GraySage.Edmonton.AB.CA

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01258.html">Re: [MUD-Dev]  "short" Introductory Message (fwd)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01262.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01254.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01347.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01260"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01260"><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] "short" Introductory Message (fwd)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01510" HREF="msg01510.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 26 Jun 1997, 09:46 GMT
<UL>
<LI><strong><A NAME="01624" HREF="msg01624.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 01 Jul 1997, 08:00 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
<LI><strong><A NAME="01389" HREF="msg01389.html">Re: [MUD-Dev]  "short" Introductory Message (fwd)</A></strong>, 
Simon Miller <a href="mailto:trub#mudhole,spodnet.uk.com">trub#mudhole,spodnet.uk.com</a>, Sat 21 Jun 1997, 03:59 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="01254" HREF="msg01254.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Sun 08 Jun 1997, 11:53 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01260" HREF="msg01260.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Mon 09 Jun 1997, 00:17 GMT
</LI>
<LI><strong><A NAME="01347" HREF="msg01347.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Thu 19 Jun 1997, 05:22 GMT
<UL>
<LI><strong><A NAME="01351" HREF="msg01351.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 19 Jun 1997, 12:58 GMT
<UL>
<LI><strong><A NAME="01364" HREF="msg01364.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Fri 20 Jun 1997, 05:51 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="01512" HREF="msg01512.html">Re: [MUD-Dev] "short" Introductory Message (fwd)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 26 Jun 1997, 10:50 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>