[MUD-Dev] Mud Languages

clawrenc at cup.hp.com clawrenc at cup.hp.com
Wed Aug 13 17:01:20 CEST 1997


In <Pine.LNX.3.91.970808194012.7562P-100000 at uni-corn.demon.co.uk>, on
08/08/97 
   at 05:37 PM, Greg Munt <greg at uni-corn.demon.co.uk> said:

>I know someone who is looking into dynamic linking of object files
>into a  running executable. Has anyone here done anything like this?

The OS/2 versionj of my server currently has hooks to note that DLL's
exist in one of two defined directories at runtime, and then either
add the functions defined in the DLL to the built-in functions of the
internal language, or create a new object whose methods are the entry
points defined in the DLL.

>What is it that you dislike about mainstream languages? Why?

Purely stylistic.  I don't like RPN, I don't like white space
sensitivity, I don't like order sensitive syntax, I don't like
swiss-army-knife features, I'm not fond of stack machines.  I do like
simplistic, elgant, orthogonal, message based languages.  For simple
languages I like typeless languages.

--
J C Lawrence                           Internet: claw at null.net
(Contractor)                           Internet: coder at ibm.net
---------------(*)               Internet: clawrenc at cup.hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...




More information about the mud-dev-archive mailing list