CS Research Page for Kim Bruce


Many of my research papers and my students' honors theses are available on-line. See my vita for a more complete listing of publications.

My research interests consist broadly of the topics of Programming language design and semantics. Specific topics of research have included type theory, object-oriented languages, and models of higher-order lambda calculus including subtypes and bounded polymorphism. This research has been supported by a series of research grants from the National Science Foundation.

Our recent research has resulted in the design of a series of provably statically type-safe object-oriented languages, culminating in the design of LOOM. More recently we have also designed an extention of Java, LOOJ, which includes many of the features of LOOM's type system. The focus of the research has been increasing the expressiveness of languages while maintaining static type safety.

One important feature of all of these languages has been the inclusion of a MyType construct, which represents the type of the object executing the method (typically named self or this). This construct helps solve problems with the modeling of binary methods at the cost of complicating subtyping. We overcome this complication in LOOM by replacing subtyping by a more general relation called matching. Matching retains most of the useful features of subtyping in practice, but is more consistent with the use of MyType. See my papers for a more complete description.

Recent and continuing work has involved

I am the cofounder and former chair of the organizing committee for FOOL, the International Workshops on Foundations of Object-Oriented Languages.

Research with students

Recent student honors thesis topics have included the design of LOOM and its module system, the design of a typed intermediate language for object-oriented languages, and the design and implementation of an extension of Java with ThisType and matching.

I am always looking for good undergraduates to work for me. The main prerequisite is successful completion of the programming languages course and a strong academic record. Students can work for me during the summer or the academic year. I am also happy to support honors theses on topics related to my research.

Please note that Pomona College does not have a graduate program, so that we do not take Master's or Ph.D. students.


Last updated 4/21/02

Back to:

  • Kim Bruce's home page
  • CS Department home page
  • kim@cs.pomona.edu