Sciweavers

2362 search results - page 1 / 473
» Programming in Standard ML
Sort
View
ASM
2000
ASM
13 years 9 months ago
An ASM Dynamic Semantics for Standard ML
Abstract. The Abstract State Machines (ASM) methodology is a methodology for formally specifying computing systems. We use the ASM methodology to give the dynamic semantics of the ...
Steven C. Cater, James K. Huggins
PLDI
1994
ACM
13 years 9 months ago
Separate Compilation for Standard ML
Andrew W. Appel, David B. MacQueen

Book
301views
15 years 2 months ago
Programming in Standard ML
"Standard ML is a type-safe programming language that embodies many innovative ideas in programming language design. It is a statically typed language, with an extensible type...
Robert Harper
ICFP
2001
ACM
14 years 4 months ago
Recursive Structures for Standard ML
Standard ML is a statically typed programming language that is suited for the construction of both small and large programs. "Programming in the small" is captured by St...
Claudio V. Russo
ML
2006
ACM
113views Machine Learning» more  ML 2006»
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 ...
David Swasey, Tom Murphy VII, Karl Crary, Robert H...