[Home] [Groups] - Message: [Prev in Group] [Next in Group]

nu.kanga.list.mud-dev

11659: Re: [MUD-Dev] Languages for MUD drivers

[Full Header] [Plain Text]
From: Joey Hess <joey@kitenet.net>
Newsgroups: nu.kanga.list.mud-dev
Date: Mon, 15 Nov 1999 19:21:02 -0800
References: [1]
Organization: Kanga.Nu
Laurent Bossavit wrote:
> As my quest for the perfect M* server design continues (I've been a 
> deep lurker on the list for over one year, though some of you might 
> remember my interest at one time in porting LambdaMOO to Java (done, 
> but not the panacea I hoped)) I am more and more convinced that the 
> crucial parts are the underlying (implementation) and visible (world-
> building) languages - ideally both being the same.

I agree. That's one of the prime reasons I am writing perlmoo[1] in perl and
letting it be extensible in perl. Using perl as the imeplementation and
extention lanaguage gets me every item on your list except distributed
processing.

Perlmoo is a lambda-moo clone in philospohy. Every object in the moo is a
first-class perl object (though it doesn't use anything akin to normal perl
object inheritance). Every object method is a scrap of code stored in a
property of the object, plus a cache of precompiled code that is what
actually gets run (for speed).

You can't stress the security requirement enough though. The lanaguage has
to have a sandbox, so users can code in the moo without breaking out into
the machine proper.

--
see shy jo

[1] http://kitenet.net/programs/perlmoo/



_______________________________________________
MUD-Dev maillist  -  MUD-Dev@kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev