cgi-scheme
Slide 4 : 26
CGI Programming in Scheme
CGI programming is mainly functional programming
Our support of CGI Programming in Scheme
A simple library to deal with the Common Gateway Interface
Decoding of URL and browser data to Lisp data structures
Encoding of Lisp data structures to URL format
Generation of HTML (via mirrors).
Other libraries, for instance dealing with time, colors, and reading/writing of text files.
From a practical point of view Scheme
is
a realistic language for CGI programming
The CGI library
The encode/decode library
The primitive HTML library
The HTML convenience library
Library overview