I wonder if it's possible for something like my fantastic illustration to be
implemented. It would be handy to be able to run "real" web apps, like
blogs, forums, and wikis in, say, php, wrapped in newlisp. php could do
it's job and newlisp could handle the presentation or other things.

The webserver I would probably use is lighttpd with php/fastcgi. If I
understand correctly the newlisp process running as a regular cgi would not
be able to keep up with (some lamp app) as a fastcgi.
Am I dreaming or is this possible? I'm pretty sure that the php I use with
lighttpd has to have fastcgi capabilities compiled in. In order to work
like I'm hoping, would newlisp too? I don't mean to make this yet another
fascgi post, by the way. fcgi just seems to be "the" way to do it.