Re: Just some help getting started..
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 14, 2000
- 597 views
On Tue, 16 Mar 1999, you wrote: > Okay, first I want to thank you all for the help I have gotten so far. > Although I have not gotten a response about the sockets yet, I > downloaded a copy of euphoria to begin to play.. All I can say is, HELP!... That problem having been solved by Rob, let me suggest some things which will make life easier: 1. Download Dave Cuny's EE editor for Linux. http://www.RapidEuphoria.com/ee_mods.zip Everybody needs this. 2. Download Pete Eberlein's "Call remote routines" library http://www.rapideuphoria.com/rdc.zip This allows you to write, with just a few lines of code, a server which can export routine id's (functions/procedures) to client programs,which can then call the functions/procedures (via sockets) as if they were routines in the client program. This has great possibilities, but as far as I know, no one has yet exploited them. Your mud sounds as if it would be a good prospect for this kind of thing. Regards, Irv Mullins