Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / JesperLouisAndersen
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>JesperLouisAndersen</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>JesperLouisAndersen</h1>
27 </div>
28 <div id="content">
29 <div id="preamble">
30 <div class="sectionbody">
31 <div class="paragraph"><p>Jesper Louis Andersen is an undergraduate student at DIKU, the department of computer science, Copenhagen university. His contributions to MLton are few, though he has made the port of MLton to the NetBSD and OpenBSD platforms.</p></div>
32 <div class="paragraph"><p>His general interests in computer science are compiler theory, language theory, algorithms and datastructures and programming. His assets are his general knowledge of UNIX systems, knowledge of system administration, knowledge of operating system kernels; NetBSD in particular.</p></div>
33 <div class="paragraph"><p>He was employed by the university as a system administrator for 2 years, which has set him back somewhat in his studies. Currently he is trying to learn mathematics (real analysis, general topology, complex functional analysis and algebra).</p></div>
34 </div>
35 </div>
36 <div class="sect1">
37 <h2 id="_projects_using_mlton">Projects using MLton</h2>
38 <div class="sectionbody">
39 <div class="sect2">
40 <h3 id="_a_register_allocator">A register allocator</h3>
41 <div class="paragraph"><p>For internal use at a compiler course at DIKU. It is written in the literate programming style and implements the <em>Iterated Register Coalescing</em> algorithm by Lal George and Andrew Appel <a href="http://citeseer.ist.psu.edu/george96iterated.html">http://citeseer.ist.psu.edu/george96iterated.html</a>. The status of the project is that it is unfinished. Most of the basic parts of the algorithm is done, but the interface to the students (simple) datatype takes some conversion.</p></div>
42 </div>
43 <div class="sect2">
44 <h3 id="_a_configuration_management_system_in_sml">A configuration management system in SML</h3>
45 <div class="paragraph"><p>At this time, only loose plans exists for this. The plan is to build a Configuration Management system on the principles of the OpenCM system, see <a href="http://www.opencm.org/docs.html">http://www.opencm.org/docs.html</a>. The basic idea is to unify "naming" and "identity" into one by uniquely identifying all objects managed in the repository by the use of cryptographic checksums. This mantra guides the rest of the system, providing integrity, accessibility and confidentiality.</p></div>
46 </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>