Sciweavers

7529 search results - page 222 / 1506
» The Modula-3 Type System
Sort
View
POPL
2001
ACM
16 years 6 months ago
Type-preserving garbage collectors
By combining existing type systems with standard typebased compilation techniques, we describe how to write strongly typed programs that include a function that acts as a tracing ...
Daniel C. Wang, Andrew W. Appel
WETICE
2003
IEEE
15 years 11 months ago
Historical Awareness Support and Its Evaluation in Collaborative Software Engineering
The types of awareness relevant to collaborative software engineering are identified and an additional type, “historical awareness” is proposed. This new type of awareness is...
David Nutter, Cornelia Boldyreff
POPL
1998
ACM
15 years 10 months ago
The SLam Calculus: Programming with Secrecy and Integrity
The SLam calculus is a typed -calculus that maintains security information as well as type information. The type system propagates security information for each object in four for...
Nevin Heintze, Jon G. Riecke
ENTCS
2006
112views more  ENTCS 2006»
15 years 6 months ago
Synchronous Dataflow Pattern Matching
We introduce variant types and a pattern matching operation to synchronous dataflow languages. These languages are used in the design of reactive systems. As these systems grow in...
Grégoire Hamon
TLDI
2005
ACM
102views Formal Methods» more  TLDI 2005»
16 years 2 days ago
An open and shut typecase
Two different ways of defining ad-hoc polymorphic operations commonly occur in programming languages. With the first form polymorphic operations are defined inductively on the...
Dimitrios Vytiniotis, Geoffrey Washburn, Stephanie...