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


Severe, and possibly legally irrelevant, disclaimer now on the page.

-Peter

On Wed, Jun 07, 2000 at 01:41:18PM -0700, Carl R. Witty wrote:
> 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

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.

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