----- Original Message ----- From: "stormpunk" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, December 15, 2002 10:54 PM Subject: Re: Modular Programming
> >Actually, I was thinkin more along the lines of having the mud sort of > >"compile" the code on the fly. Maybe make the module kind of like > >mobprogs are done. But, would be more readable and easier to use. Well, > >sort of. More like C code but in a separate file and the mud would read > >it, compile it, and load the module. > >Since I'm coding my mud up in linux, I don't think the dll option would > >be my best bet. Esp since I don't know how to create dll's for linux. > >;p > > > > > Maybe you should look at integration of Cint > (http://root.cern.ch/root/Cint.html) into your project. Wow, this is the first I've heard of Cint, and I'm already impressed! Do you have any experience with embedding the Interpreter into your own programs? Tony

