LWN.net Logo

MLton 20030312 released

From:  Stephen Weeks <sweeks@sweeks.com>
To:  lwn@lwn.net
Subject:  addition to Languages and Tools section: MLton
Date:  Thu, 13 Mar 2003 15:22:47 -0800


Hi.  I would like to request an addition to the Languages and Tools
section of your web site.  Thanks.

New release of <a href = "http://www.mlton.org">MLton</a> Standard ML
compiler.

Version 20030312 of MLton has been released.  Improvements include
support for source-level profiling of both time and allocation, an
updated basis library matching the 2002 specification, and new basis
library modules for sockets and networking.

MLton is a whole-program optimzing compiler for Standard ML that runs
on X86 machines with Linux, FreeBSD or Cygwin/Windows. It generates
standalone executables with excellent runtime performance, is SML 97
compliant, and has a mostly complete basis library.  It has support
for source-level time and allocation profiling, a fast C FFI, and lots
of useful libraries, including a fast implementation of IntInf based
on the GNU multiprecision library.


(Log in to post comments)

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds