Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / MLBasis
CommitLineData
7f918cf1
CE
1<!DOCTYPE html>\r
2<html lang="en">\r
3<head>\r
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
5<meta name="generator" content="AsciiDoc 8.6.9">\r
6<title>MLBasis</title>\r
7<link rel="stylesheet" href="./asciidoc.css" type="text/css">\r
8<link rel="stylesheet" href="./pygments.css" type="text/css">\r
9\r
10\r
11<script type="text/javascript" src="./asciidoc.js"></script>\r
12<script type="text/javascript">\r
13/*<![CDATA[*/\r
14asciidoc.install();\r
15/*]]>*/\r
16</script>\r
17<link rel="stylesheet" href="./mlton.css" type="text/css">\r
18</head>\r
19<body class="article">\r
20<div id="banner">\r
21<div id="banner-home">\r
22<a href="./Home">MLton 20180207</a>\r
23</div>\r
24</div>\r
25<div id="header">\r
26<h1>MLBasis</h1>\r
27</div>\r
28<div id="content">\r
29<div id="preamble">\r
30<div class="sectionbody">\r
31<div class="paragraph"><p>The ML Basis system extends <a href="StandardML">Standard ML</a> to support\r
32programming-in-the-very-large, namespace management at the module\r
33level, separate delivery of library sources, and more. While Standard\r
34ML modules are a sophisticated language for programming-in-the-large,\r
35it is difficult, if not impossible, to accomplish a number of routine\r
36namespace management operations when a program draws upon multiple\r
37libraries provided by different vendors.</p></div>\r
38<div class="paragraph"><p>The ML Basis system is a simple, yet powerful, approach that builds\r
39upon the programmer&#8217;s intuitive notion (and\r
40<a href="DefinitionOfStandardML"> The Definition of Standard ML (Revised)</a>'s\r
41formal notion) of the top-level environment (a <em>basis</em>). The system\r
42is designed as a natural extension of <a href="StandardML"> Standard ML</a>; the\r
43formal specification of the ML Basis system\r
44(<a href="MLBasis.attachments/mlb-formal.pdf"><span class="monospaced">mlb-formal.pdf</span></a>) is given in the style\r
45of the Definition.</p></div>\r
46<div class="paragraph"><p>Here are some of the key features of the ML Basis system:</p></div>\r
47<div class="olist arabic"><ol class="arabic">\r
48<li>\r
49<p>\r
50Explicit file order: The order of files (and, hence, the order of\r
51evaluation) in the program is explicit. The ML Basis system&#8217;s\r
52semantics are structured in such a way that for any well-formed\r
53project, there will be exactly one possible interpretation of the\r
54project&#8217;s syntax, static semantics, and dynamic semantics.\r
55</p>\r
56</li>\r
57<li>\r
58<p>\r
59Implicit dependencies: A source file (corresponding to an SML\r
60top-level declaration) is elaborated in the environment described by\r
61preceding declarations. It is not necessary to explicitly list the\r
62dependencies of a file.\r
63</p>\r
64</li>\r
65<li>\r
66<p>\r
67Scoping and renaming: The ML Basis system provides mechanisms for\r
68limiting the scope of (i.e, hiding) and renaming identifiers.\r
69</p>\r
70</li>\r
71<li>\r
72<p>\r
73No naming convention for finding the file that defines a module.\r
74To import a module, its defining file must appear in some ML Basis\r
75file.\r
76</p>\r
77</li>\r
78</ol></div>\r
79</div>\r
80</div>\r
81<div class="sect1">\r
82<h2 id="_next_steps">Next steps</h2>\r
83<div class="sectionbody">\r
84<div class="ulist"><ul>\r
85<li>\r
86<p>\r
87<a href="MLBasisSyntaxAndSemantics">MLBasisSyntaxAndSemantics</a>\r
88</p>\r
89</li>\r
90<li>\r
91<p>\r
92<a href="MLBasisExamples">MLBasisExamples</a>\r
93</p>\r
94</li>\r
95<li>\r
96<p>\r
97<a href="MLBasisPathMap">MLBasisPathMap</a>\r
98</p>\r
99</li>\r
100<li>\r
101<p>\r
102<a href="MLBasisAnnotations">MLBasisAnnotations</a>\r
103</p>\r
104</li>\r
105<li>\r
106<p>\r
107<a href="MLBasisAvailableLibraries">MLBasisAvailableLibraries</a>\r
108</p>\r
109</li>\r
110</ul></div>\r
111</div>\r
112</div>\r
113</div>\r
114<div id="footnotes"><hr></div>\r
115<div id="footer">\r
116<div id="footer-text">\r
117</div>\r
118<div id="footer-badges">\r
119</div>\r
120</div>\r
121</body>\r
122</html>\r