A Framework for Implementing Pluggable Type Systems |
A Framework for Implementing Pluggable Type SystemsResearch Paper Tuesday, Oct 24, from 13:30 to 15:00
Pluggable types have been proposed to support multiple type systems in the same programming language. We have designed and implemented JavaCOP, a program constraint system for implementing practical pluggable type systems for Java. JavaCOP enforces user-defined typing constraints written in a declarative and expressive rule language. We have validated our design by (re)implementing a range of type systems and program checkers. By using a program constraint system to implement pluggable types, programmers are able to check that their programs will operate correctly in restricted environments, adhere to strict programming rules, avoid null pointer errors or scoped memory exceptions, and meet style guidelines, while programming language researchers can easily experiment with novel type systems. Chris Andreae, Victoria University of Wellington James Noble, Victoria University of Wellington Shane Markstrum, University of California, Los Angeles Todd Millstein, University of California, Los Angeles
|