Server side web scripting in Haskell

36Citations
Citations of this article
8Readers
Mendeley users who have this article in their library.

Abstract

The Common Gateway Interface (CGI) for generating dynamic documents on web servers imposes much accidental complexity on the programmer. The Haskell/CGI library documented in this paper hides all this unpleasantness by using the common sense 'design pattern' of separating model and presentation. Low-level query string requests are represented by association lists, and primitive HTTP responses are easily constructed using a set of HTML generating combinators. The CGI programmer only needs to write a worker function that maps an abstract request into an abstract response. A (higher-order) wrapper function then transmutes the worker into a real low-level CGI script that deals with the exact format of concrete requests and responses as required by the CGI standard.

Cite

CITATION STYLE

APA

Meijer, E. (2000). Server side web scripting in Haskell. Journal of Functional Programming, 10(1), 1–18. https://doi.org/10.1017/S0956796899003561

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free