This is the mail archive of the guile@sourceware.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: Scheme book recommendations


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> ;;; This file implements a simple Guile server.
> ;;;
> ;;; It enables a Guile interpreter to work as a server, supplying
> ;;; multiple repl sessions, each running in its own thread.
> ;;;
> ;;; Load this file into a Guile running on machine x.y.z.w and type
> ;;;
> ;;;   (server)
> ;;;
> ;;; Then type
> ;;;
> ;;;   telnet x.y.z.w 2345
> ;;;
> ;;; at the shell prompt.  ("x.y.z.w" can be replaced by "localhost" if
> ;;; telnet is running on the same machine as the interpreter.)

Before you put this in any guile documentation, please add warnings
that say that if you run this on a machine connected to the Internet,
anybody in the world can do anything they want to your files...

Carl Witty

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