I've been working on Adder's Web framework (
sample page). I've now got CGI integration, and now I'm working on speed. I've managed to speed it up a good deal, mostly by caching the generated Python; but it was pretty slow to begin with, so the resulting speed isn't great. See that sample page? That takes 2.5 seconds on my laptop (Core Duo, 1.6GHz—not a speed demon, but still). Time to start profiling again.