[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] Guile Servers
From: |
stefan |
Subject: |
Re: [dev-serveez] Guile Servers |
Date: |
Fri, 20 Jul 2001 22:41:56 +0200 (CEST) |
On Fri, 20 Jul 2001, Martin Grabmueller wrote:
> This Guile Server thingy is just so cool!
>
> I couldn't resist: Attached are two versions of a Scheme server. It
> reads Scheme expressions from the socket, evaluates and prints back
> the result. Unfortunately is only works with one-line expressions
> yet. The file `eval-server.scm' should work with Guile 1.4,
> `eval-server-1.5.scm' requires a CVS version. The CVS version is safe
> in that it evaluates the expressions in a safe (sand-boxed)
> environments, whereas the 1.4 version evaluates them in the global
> environments, thus allowing dangerous operations.
I'll add this server if you would consider this:
* use (version) to merge both examples
* make greeting message, prompt and "quit button" configurable
Thanks in advance,
address@hidden