Sciweavers

18429 search results - page 71 / 3686
» Typing dynamic typing
Sort
View
MSCS
2008
87views more  MSCS 2008»
15 years 4 months ago
Coercions in a polymorphic type system
The idea of coercive subtyping, a theory of abbreviation for dependent type theories, is incorporated into the polymorphic type system in functional programming languages. The tra...
Zhaohui Luo
ICFP
2008
ACM
16 years 4 months ago
Functional translation of a calculus of capabilities
Reasoning about imperative programs requires the ability to track aliasing and ownership properties. We present a type system that provides this ability, by using regions, capabil...
Arthur Charguéraud, François Pottier
CL
1999
Springer
15 years 3 months ago
Optimizing floating point operations in Scheme
It is well known that dynamic typing in languages like Lisp is costly in terms of performance. Besides the cost of tag checking, the other major source of ine ciency comes from th...
W. F. Wong
AIIA
2005
Springer
15 years 9 months ago
Modal Operators with Adaptable Semantics for Multi-agent Systems
We look at extensions of modal logic for representation and reasoning in the area of multi-agent systems. Building on dynamic logic and Henkin quantifiers, we study an unusual typ...
Stefano Borgo
DLS
2010
146views Languages» more  DLS 2010»
15 years 2 months ago
Experiences with an icon-like expression evaluation system
The design of the Icon programming language's expression evaluation system, which can perform limited backtracking, was unique amongst imperative programming languages when c...
Laurence Tratt