A mod_haskell (using hugs) has been done here: http://losser.st-lab.cs.uu.nl/mod_haskell/
But, think of the advantages of a type-safe web-server, utilising GHC's light weight threads... Regards, Keean Schupke. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Simons Sent: 11 June 2003 18:01 To: [EMAIL PROTECTED] Subject: Re: Dynamic Compilation Carsten Schultz writes: > a web server written in Erlang that can compile [...] code embedded > in HTML files to produce dynamic pages IMHO it should be possible to add a "mod_runhugs" module to Apache, which implements exactly that except that it doesn't require any compilation of code at all. As far as I know, Hugs does already have a server mode where code can be sent via IPC for execution, doesn't it? Something like this would certainly be useful, and if it's based on Apache, many people could use without any trouble. Peter _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users