WASH -- Web Authoring System for Haskell
This looks like it might be worth further study (seen on
comp.lang.functional):
Web Authoring System Haskell (WASH)
From the site:
WASH is a family of embedded domain specific languages (EDSL) for programming Web applications. Each language is embedded in the functional language Haskell, which means that it is implemented as a combinator library.
Currently, WASH has three components
- WASH/HTML for dynamic generation of HTML and XHTML
- WASH/CGI for server-side web scripting
- WASH/Mail for email processing
which are described in more detail ...
11:08:20 PM