From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011206075112.C08F1199E8@mail.cse.psu.edu> Subject: [9fans] moscow ml Date: Thu, 6 Dec 2001 02:51:09 -0500 Topicbox-Message-UUID: 30183c62-eaca-11e9-9e20-41e7f4b1d025 more on the random language front. http://www.eecs.harvard.edu/~rsc/mosml.9gz contains an update (long-awaited, i'm sure) to mosml that fixes some problems in the bootstrap process and finally gets the online help and the compiler working. g% cat hello.sml val _ = print "hello world\n"; g% mosmlc hello.sml g% ./a.out hello world g% russ