1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Bruce Sterling on Virtual Community goals -->
<!--X-From-R13: Xba Zrbaneq <wyrbaneqNqvipbz.fyvzl.pbz> -->
<!--X-Date: Mon, 19 Oct 1998 23:01:17 &#45;0700 -->
<!--X-Message-Id: 19981019225630.B7642#divcom,slimy.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: jleonard#divcom,slimy.com -->
<!--X-Reference: E0zVRrk&#45;0004mf&#45;00#mail,kanga.nu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Bruce Sterling on Virtual Community goals</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:jleonard#divcom,slimy.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="msg00267.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00269.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00259.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00254.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00268">Author</A>
&nbsp;|&nbsp;<A HREF="#00268">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00268">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</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: Bruce Sterling on Virtual Community goals</LI>
<LI><em>From</em>: Jon Leonard &lt;<A HREF="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 19 Oct 1998 22:56:30 -0700</LI>
<LI><em>Cc</em>: Jon Leonard &lt;<A HREF="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</A>&gt;</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 Mon, Oct 19, 1998 at 07:49:44PM -0700, J C Lawrence wrote:
&gt; On Mon, 19 Oct 1998 18:33:45 -0700 
&gt; Jon Leonard&lt;jleonard#divcom,slimy.com&gt; wrote:
&gt; &gt; On Mon, Oct 19, 1998 at 05:02:56PM -0700, J C Lawrence wrote:

&gt; &gt;&gt; I'd be much more tempted to go with one of the several readily
&gt; &gt;&gt; available embeddable languages that is already out there (and
&gt; &gt;&gt; hopefully reasonably well tuned).  Python comes to mind as one
&gt; &gt;&gt; example -- just add in a coule default modules to handle your data
&gt; &gt;&gt; model and such trivia and you're away.

[snip good reasons to do that]

&gt; &gt; Assuming there's any interest in playing with such a server, I'll
&gt; &gt; probably tweak Perl so that it works as an internal language.  (More
&gt; &gt; because I can get help from my local Perl hacker than anything
&gt; &gt; else.)
&gt; 
&gt; &lt;&lt;I am really getting to dislike perl, but that's a personal
&gt; preference stylistic matter&gt;&gt;

This sort of thing is exactly why I think we need multiple language
modules.  Using Python would drive me nuts, because I can't stand
whitespace sensitivity.  Some Perl characteristics bug me too.  I chose
it above because I have documentation, and Perl annoys me less than
TCL, Python and Java do.  I already know I wouldn't get many takers
for lisp-like languages...

&gt; Perl, like LPC and Pike (?) has the advantage there there are
&gt; compile-to-C to compile-to-machine (?) code tools available.  Java of
&gt; course, given a JIT, has similar advantages without necessarily losing
&gt; the CASE/RAD advantages of a scripting language per se.  IIRC there
&gt; was some development of one of the JVM vendors releasing its JVM code
&gt; to the Linux community some time back (vague recollection of Slashdot
&gt; article)? 

Compile to machine code is a feature we don't want to design out, but it's
not very high on my priority list.  I'm more interested in rapid development
and new features than I am in squeezing the last ounce out of performance
out of a machine.  (The joys of a mostly idle 600MHz Alpha, which is,
incidentally, available for running experimental MUD servers.)

I'll note that compile to machine code can also be accomplished by
compiling to C, forking off GCC, and dynamic linking in the result.
It's even somewhat portable.  (More so than a code generator.)

&gt; NB  Python's pickle storage format on first glance would seem to lend
&gt; it self to DB back-end storage.  

Persistence and storage in general definitely need to be available.
The AberMUD and LPMud models should be available too, though.

&gt; &gt; This means that there'd be modules with different licenses, but
&gt; &gt; that's not necessarily a problem.
&gt; 
&gt; True.

We should probably work out some idea of what the default license is
before there's much code.  (Saves trouble later.)  I want it to be
something that allows incorporation into commercial projects.  Any
of the commercially affiliated list members care to give some idea
what a license would have to look like before you'd consider using
outside code?

I'd go as far as a "steal this code" public domain release, but
something a little less extreme might be better.

&gt; I haven't touched a line of code on Murkle for some months now
&gt; alas. Given the rather sweeping architectual changes that are going
&gt; into the current codebase I'm starting to get pretty eager to roll
&gt; either Python or CINT in as the soft code language de jour (CINT
&gt; license is a concern).  Python is particularly attractive in this
&gt; regard for its clean and elegant OO model.
&gt; 
&gt; That said I'm NOT looking forward to reworking my security model...

The lack of a security model is probably the biggest downside to this
approach.  It's extremely difficult to design security in as an
afterthought, but mix and match modules don't allow much of anything
else.  The best we might be able to do is put a chapter into the
documentation, along with an analysis of specific combinations of
modules.

Jon Leonard


</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="00259" HREF="msg00259.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#kanga,nu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00267.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00269.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00259.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00254.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00268"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00268"><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>[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00252" HREF="msg00252.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Mon 19 Oct 1998, 23:37 GMT
<UL>
<LI><strong><A NAME="00253" HREF="msg00253.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 20 Oct 1998, 00:05 GMT
<UL>
<LI><strong><A NAME="00255" HREF="msg00255.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Tue 20 Oct 1998, 01:37 GMT
<UL>
<LI><strong><A NAME="00259" HREF="msg00259.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Tue 20 Oct 1998, 02:49 GMT
<UL>
<LI><strong><A NAME="00268" HREF="msg00268.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Tue 20 Oct 1998, 06:01 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00254" HREF="msg00254.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Tue 20 Oct 1998, 01:27 GMT
<UL>
<LI><strong><A NAME="00257" HREF="msg00257.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 20 Oct 1998, 02:24 GMT
<UL>
<LI><strong><A NAME="00261" HREF="msg00261.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Tue 20 Oct 1998, 04:27 GMT
<UL>
<LI><strong><A NAME="00270" HREF="msg00270.html">[MUD-Dev] Re: Bruce Sterling on Virtual Community goals</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Tue 20 Oct 1998, 10:01 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</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>