MLton 20100608 FAQ
Home  Index  
Feel free to ask questions and to update answers by editing this page. Since we try to make as much information as possible available on the web site and we like to avoid duplication, many of the answers are simply links to a web page that answers the question.

How do you pronounce MLton?

Pronounce

What SML software has been ported to MLton?

Libraries

What graphical libraries are available for MLton?

Libraries

How does MLton's performance compare to other SML compilers and to other languages?

MLton has excellent performance.

Does MLton treat monomorphic arrays and vectors specially?

MLton implements monomorphic arrays and vectors (e.g. BoolArray, Word8Vector) exactly as instantiations of their polymorphic counterpart (e.g. bool array, Word8.word vector). Thus, there is no need to use the monomorphic versions except when required to interface with the Basis Library or for portability with other SML implementations.

Why do I get a Segfault/Bus error in a program that uses IntInf/LargeInt to calculate numbers with several hundred thousand digits?

GnuMP

How can I decrease compile-time memory usage?

Also, please Contact us to let us know the problem to help us better understand MLton's limitations.

How do I see what has changed recently in the wiki?

[WWW]RecentChanges

How portable is SML code across SML compilers?

StandardMLPortability


Last edited on 2005-12-02 01:19:12 by StephenWeeks.