This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Process communication with Guile


see 

	http://www.red-bean.com/guile/guile/2217.html

for guile-server.scm 1.0 by Mikael Djurfeldt (mdj@nada.kth.se).  i
couldn't find it on the ftp site, though.  you can use telnet for a
client.  also, background session support is not there.  i'm in the
midst of trying extend it, myself; see

	ftp://ftp.netcom.com/pub/tt/ttn/beguiled-19980708.tar.gz

for a snapshot (based on guile-server.scm).  warning: still very
rough.  current hangup is on authentication (question: how the hell do
i make the client (telnet) not echo the password?!).  perhaps i should
just ignore that luser-think and move onto background session support.

anyways, if you could sketch out a higher-level protocol, we can
attack this from both angles.

thi