Hi > If you simply want to start a batch Haskell program, and see its > output as HTML in a browser, you can use the cgi [1] or fastcgi [2] > libraries listed on Hackage. This is the approach that Hoogle takes, and turned out to be very easy. The code is all available, so you can start from that. Thanks Neil