Sciweavers

2362 search results - page 59 / 473
» Programming in Standard ML
Sort
View
TAPSOFT
1997
Springer
15 years 7 months ago
A Typed Intermediate Language for Flow-Directed Compilation
We present a typed intermediate language λCIL for optimizing compilers for function-oriented and polymorphically typed programming languages (e.g., ML). The language λCIL is a ty...
J. B. Wells, Allyn Dimock, Robert Muller, Franklyn...
122
Voted
BMCBI
2010
115views more  BMCBI 2010»
15 years 3 months ago
Machine learning methods for metabolic pathway prediction
Background: A key challenge in systems biology is the reconstruction of an organism's metabolic network from its genome sequence. One strategy for addressing this problem is ...
Joseph M. Dale, Liviu Popescu, Peter D. Karp
136
Voted
ICFP
1997
ACM
15 years 7 months ago
A Modular, Polyvariant, and Type-Based Closure Analysis
We observe that the principal typing property of a type system is the enabling technology for modularity and separate compilation [10]. We use this technology to formulate a modul...
Anindya Banerjee
125
Voted
LISP
2002
107views more  LISP 2002»
15 years 3 months ago
Dependent Types for Program Termination Verification
Program termination verification is a challenging research subject of significant practical importance. While there is already a rich body of literature on this subject, it is sti...
Hongwei Xi
134
Voted
LFP
1994
133views more  LFP 1994»
15 years 4 months ago
Concurrent Replicating Garbage Collection
We have implemented a concurrent copying garbage collector that uses replicatinggarbage collection. In our design, the client can continuously access the heap during garbage colle...
James O'Toole, Scott Nettles