Sciweavers

39 search results - page 1 / 8
» Introducing safe unknown types in Java-like languages
Sort
View
FSEN
2009
Springer
13 years 11 months ago
A Safe Implementation of Dynamic Overloading in Java-Like Languages
We present a general technique for extending Java-like languages with dynamic overloading, where method selection depends on the dynamic type of the parameter, instead of just the ...
Lorenzo Bettini, Sara Capecchi, Betti Venneri
ECOOP
2005
Springer
13 years 9 months ago
Chai: Traits for Java-Like Languages
Traits support the factoring out of common behaviour, and its integration into classes in a manner that coexists smoothly with inheritance-based structuring mechanisms. We designed...
Charles Smith, Sophia Drossopoulou
JOT
2007
92views more  JOT 2007»
13 years 4 months ago
Just: Safe Unknown Types in Java-like Languages
Giovanni Lagorio, Elena Zucca
POPL
2012
ACM
11 years 12 months ago
The ins and outs of gradual type inference
Gradual typing lets programmers evolve their dynamically typed programs by gradually adding explicit type annotations, which confer benefits like improved performance and fewer r...
Aseem Rastogi, Avik Chaudhuri, Basil Hosmer