[plt-scheme] How to execute eval from a network udp socket?

From: Grant Rettke (grettke at acm.org)
Date: Tue Jun 30 10:22:42 EDT 2009

Hi Todd,

On Tue, Jun 30, 2009 at 4:14 AM, Todd Rovito<rovitotv at gmail.com> wrote:
>   I am new to scheme trying to learn.  Currently I have a closed
> network where I am passing s-expressions around with UDP sockets.  The
> UDP sockets work well in scheme now I need to go to the next level and
> actually execute those s-expressions.  Here is an example server:

Here are some links that I have collected regarding this topic:

http://download.plt-scheme.org/doc/html/reference/syntax-model.html#(part._namespace-model)
http://download.plt-scheme.org/doc/html/reference/Namespaces.html
http://download.plt-scheme.org/doc/html/reference/Sandboxed_Evaluation.html

http://schemecookbook.org/Cookbook/DynamicEvalCustomNamespace
http://schemecookbook.org/Cookbook/DynamicUntrustedEval


Posted on the users mailing list.