Sciweavers

ML
2006
ACM

A separate compilation extension to standard ML

13 years 10 months ago
A separate compilation extension to standard ML
We present an extension to Standard ML, called SMLSC, to support separate compilation. The system gives meaning to individual program fragments, called units. Units may depend on one another in a way specified by the programmer. A dependency may be mediated by an interface (the type of a unit); if so, the units can be compiled separately. Otherwise, they must be compiled in sequence. We also propose a methodology for programming in SMLSC that reflects code development practice and avoids syntactic repetition of interfaces. The language is given a formal semantics, and we argue that this semantics is implementable in a variety of compilers. Categories and Subject Descriptors D.3.3 [Programming Languages]: Language Constructs and Features—Modules, packages; D.3.1 [Programming Languages]: Formal Definitions and Theory—Syntax General Terms programming languages, modularity, compilation Keywords standard ml, separate compilation, incremental compilation, types
David Swasey, Tom Murphy VII, Karl Crary, Robert H
Added 14 Jun 2010
Updated 14 Jun 2010
Type Conference
Year 2006
Where ML
Authors David Swasey, Tom Murphy VII, Karl Crary, Robert Harper
Comments (0)