[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Scheme acceptance [no flames]
> > Now a digression: How is the PLT Scheme/
> > AOL Server intergration going?
>
> Um, what integration? What is an AOL Server?
>
> We have our *own* Web server, if that's what you're talking about.
>
He's referring to an effort I started working on several months
back to embed MzScheme in AOLserver (http://www.aolserver.com).
It's an open-source, high-performance http server.
I got the idea after generating similar bindings for Python
(http://pywx.idyll.org), and this would either be another
piece of that, or its own project.
I got bogged down with the way threads are initialized in
MzScheme (i.e., initializing an MzScheme interpreter "resets"
MzScheme). I have a revised design to handle it, but got
bogged down with other things.
-Brent