SML (Standard Meta Language) is a kickass functional programing language invented at Bell Labs. We are writing a translator to convert SML code to Java. This is an interesting project because SML contains many constructs absent from Java. The SML2Java translator should covert, records, tuples, closures to Java source.
SML2Java is developed by Justin Kozer, Haakon Larson, and Jeff Vaughan under the guidance of Prof. Dexter Kozen.
Home