[plt-scheme] Re: Delirium - a web automation tool

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sat Dec 8 08:32:22 EST 2007

Hi Pedro,

I'm not sure in what terms you want the answer to be.  Here's an
answer at a fairly low level:

JS is written in Scheme using a hacked version of Jay McCarthy's
Javascript library.

  http://planet.plt-scheme.org/package-source/untyped/delirium.plt/1/0/javascript/javascript.ss

The JS is sent in response to HTTP requests sent by a simple
Javascript VM that controls the browser.

  http://planet.plt-scheme.org/package-source/untyped/delirium.plt/1/0/htdocs/scripts/delirium/core/

HTH,
Noel

On Dec 8, 2007 12:25 AM, Pedro Pinto <pedropinto at quarksoftllc.com> wrote:
> I did look at that and I apologize for being dense as well as lazy,
> but I was wondering how exactly do you send the JS to the browser?
>
> -pp
>


Posted on the users mailing list.