Sciweavers

7 search results - page 2 / 2
» Adding Type Constructor Parameterization to Java
Sort
View
OOPSLA
2005
Springer
13 years 11 months ago
Generalized algebraic data types and object-oriented programming
Generalized algebraic data types (GADTs) have received much attention recently in the functional programming community. They generalize the (type) parameterized algebraic datatype...
Andrew Kennedy, Claudio V. Russo
HVC
2005
Springer
183views Hardware» more  HVC 2005»
13 years 11 months ago
Detecting Potential Deadlocks with Static Analysis and Run-Time Monitoring
Concurrent programs are notorious for containing errors that are difficult to reproduce and diagnose. A common kind of concurrency error is deadlock, which occurs when a set of thr...
Rahul Agarwal, Liqiang Wang, Scott D. Stoller