Sciweavers

516 search results - page 1 / 104
» Dynamic Typing in a Statically-Typed Language
Sort
View
POPL
1989
ACM
13 years 9 months ago
Dynamic Typing in a Statically-Typed Language
Dynamic typing can be useful in statically typed languages. We extend the simply typed λ-calculus with dynamic typing and elaborate additional features like polymorphism and subty...
Martín Abadi, Luca Cardelli, Benjamin C. Pi...
POPL
2000
ACM
13 years 10 months ago
Implicit Parameters: Dynamic Scoping with Static Types
Jeffrey R. Lewis, John Launchbury, Erik Meijer, Ma...
DLS
2007
150views Languages» more  DLS 2007»
13 years 9 months ago
RPython: a step towards reconciling dynamically and statically typed OO languages
Although the C-based interpreter of Python is reasonably fast, implementations on the CLI or the JVM platforms offers some advantages in terms of robustness and interoperability. ...
Davide Ancona, Massimo Ancona, Antonio Cuni, Nicho...
POPL
2011
ACM
12 years 8 months ago
Dynamic inference of static types for ruby
There have been several efforts to bring static type inference to object-oriented dynamic languages such as Ruby, Python, and Perl. In our experience, however, such type inference...
Jong-hoon (David) An, Avik Chaudhuri, Jeffrey S. F...