Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / Swerve
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="generator" content="AsciiDoc 8.6.9">
6 <title>Swerve</title>
7 <link rel="stylesheet" href="./asciidoc.css" type="text/css">
8 <link rel="stylesheet" href="./pygments.css" type="text/css">
9
10
11 <script type="text/javascript" src="./asciidoc.js"></script>
12 <script type="text/javascript">
13 /*<![CDATA[*/
14 asciidoc.install();
15 /*]]>*/
16 </script>
17 <link rel="stylesheet" href="./mlton.css" type="text/css">
18 </head>
19 <body class="article">
20 <div id="banner">
21 <div id="banner-home">
22 <a href="./Home">MLton 20180207</a>
23 </div>
24 </div>
25 <div id="header">
26 <h1>Swerve</h1>
27 </div>
28 <div id="content">
29 <div id="preamble">
30 <div class="sectionbody">
31 <div class="paragraph"><p><a href="http://ftp.sun.ac.za/ftp/mirrorsites/ocaml/Systems_programming/book/c3253.html">Swerve</a>
32 is an HTTP server written in SML, originally developed with SML/NJ.
33 <a href="RayRacine">RayRacine</a> ported Swerve to MLton in January 2005.</p></div>
34 <div class="paragraph"><p><a href="Swerve.attachments/swerve.tar.bz2">Download</a> the port.</p></div>
35 <div class="paragraph"><p>Excerpt from the included <span class="monospaced">README</span>:</p></div>
36 <div class="quoteblock">
37 <div class="content">
38 <div class="paragraph"><p>Total testing of this port consisted of a successful compile, startup,
39 and serving one html page with one gif image. Given that the original
40 code was throughly designed and implemented in a thoughtful manner and
41 I expect it is quite usable modulo a few minor bugs introduced by my
42 porting effort.</p></div>
43 </div>
44 <div class="attribution">
45 </div></div>
46 <div class="paragraph"><p>Swerve is described in <a href="References#Shipman02">Shipman02</a>.</p></div>
47 </div>
48 </div>
49 </div>
50 <div id="footnotes"><hr></div>
51 <div id="footer">
52 <div id="footer-text">
53 </div>
54 <div id="footer-badges">
55 </div>
56 </div>
57 </body>
58 </html>