Sciweavers

516 search results - page 1 / 104
» Dynamic Typing in a Statically-Typed Language
Sort
View
88
Voted
POPL
1989
ACM
15 years 1 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...
89
Voted
TOOLS
2008
IEEE
15 years 3 months ago
Optimizing Dynamic Class Composition in a Statically Typed Language
Anders Bach Nielsen, Erik Ernst
POPL
2000
ACM
15 years 1 months ago
Implicit Parameters: Dynamic Scoping with Static Types
Jeffrey R. Lewis, John Launchbury, Erik Meijer, Ma...
115
Voted
DLS
2007
150views Languages» more  DLS 2007»
15 years 1 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
14 years 9 days 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...