On the note of the SML Basis being a Clib:<br><br>I am aware of the &quot;STL&quot;/&quot;Clib&quot; argument. I would also like to state that given the view of what the Basis library is, it is indeed extremely good. There are few Basis Libraries which are so worked through as the SML Basis is. The problem, as I state, is that people are nowadays accustomed to big standard libraries, wether we like it or not. So there should at least be a way to bring source code into your project easily -- which brings me to:
<br><br>On the common build system:<br><br>I agree totally on the view that SML need a build system which can join them together. Common Lisp implementations are quite different also and they still manage to have an Open Source de-facto standard for publishing code, namely the ASDF (Another System Definition Format -- IIRC). If things are provided by the basis or are provided via a library is today mostly irrelevant. Even Java could not get their libraries right. Hence the Apache Foundations commons-* libraries for &quot;stuff missing in the standard library&quot;.
<br><br>I think you are right. One should mayhaps keep a small Basis Library and provide most of the Missing functionality via libraries on top of that. Perl's CPAN is what provides XML parsing capabilities to Perl, for example.
<br><br><br><div><span class="gmail_quote">On 10/16/06, <b class="gmail_sendername">John Reppy</b> &lt;<a href="mailto:jhr@cs.uchicago.edu">jhr@cs.uchicago.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Oct 13, 2006, at 2:01 PM, <a href="mailto:mlton-user-request@mlton.org">mlton-user-request@mlton.org</a> wrote:<br><br>&gt; Message: 1<br>&gt; Date: Thu, 12 Oct 2006 22:50:32 +0200<br>&gt; From: &quot;Jesper Louis Andersen&quot; &lt;
<a href="mailto:jesper.louis.andersen@gmail.com">jesper.louis.andersen@gmail.com</a>&gt;<br>&gt; Subject: Re: [MLton-user] why sml matters?<br>&gt; To: &quot;Buday, Gergely Istvan&quot; &lt;<a href="mailto:gergely.buday@siemens.com">
gergely.buday@siemens.com</a>&gt;<br>&gt; Cc: <a href="mailto:mlton-user@mlton.org">mlton-user@mlton.org</a><br>&gt; Message-ID:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:56a0a2840610121350i5f4932fej70e5b36ad4f4bf70@mail.gmail.com">
56a0a2840610121350i5f4932fej70e5b36ad4f4bf70@mail.gmail.com</a>&gt;<br>&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt;<br>&gt; It is always hard to give such advocacy. First, you have to split the<br>
&gt; argument.<br>&gt;<br>...<br>&gt;<br>&gt; The Standard Basis Library of SML is somewhat of a failure, since<br>&gt; it is far<br>&gt; too small for a modern language. Since the standard does not define<br>&gt; anything
<br>&gt; of value, the Basis has to make up for it. Unfortunately, it does<br>&gt; not. It<br>&gt; lacks, among things: Data structures (A decent finite map and a<br>&gt; decent set<br>&gt; structure at least, please), Combinatoric parsing, Output Pretty-
<br>&gt; printing,<br>&gt; XML processing, database integration, standardized FFI, effective<br>&gt; stream<br>&gt; processing, persistence constructions, string handling, etc. It is<br>&gt; rather<br>&gt; hard to argue one should use SML when basic stuff is lacking from the
<br>&gt; Standard Library. Java might be a very weak language (I think it<br>&gt; is), but it<br>&gt; makes up for it with a great standard library.<br><br>I think that it is important to understand that the goal of the Basis
<br>library<br>is to be a &quot;Basis&quot; (think Clib, not STL).&nbsp;&nbsp;For the most part, we<br>defined types<br>and operations that required special support either the compiler or<br>runtime<br>system (or were ubiquitous, like lists and options).&nbsp;&nbsp;We specifically
<br>did not<br>want to define higher-level modules, like data structures, XML parsing,<br>higher-level network protocols, etc., because the design and<br>implementation<br>spaces are large and it is hard to specify one right version (
e.g., the<br>SML/NJ Library has three different implementations of finite maps).<br>I do think that the Basis should include standard signatures for some<br>data structures, but leave implementations up to higher-level libraries.
<br><br>What we really need is a portable build solution so that libraries,<br>like the<br>SML/NJ library, can be easily made available on every implementation&nbsp;&nbsp;of<br>SML.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- John<br><br></blockquote></div><br>