Brian Stoler
Rice University
3 Papers
37 Citations
Brian Stoler is an academic researcher from Rice University. The author has contributed to research in topics: Real time Java & Java. The author has an hindex of 3, co-authored 3 publications.
Chat about Author
Papers
Efficient Implementation of Run-time Generic Types for Java
Eric Allen,Robert Cartwright,Brian Stoler +2 more
- 11 Jul 2002
TL;DR: The implementation of NextGen consists of a compiler extending the GJ compiler and a special class loader that constructs type instantiation classes on demand, to support polymorphic recursion in the definition of generic classes.
29
•Dissertation
A framework for building pedagogic Java programming environments
Brian Stoler
- 01 Jan 2002
TL;DR: A Framework for Building Pedagogic Java Programming Environments is presented, which aims to provide a scaffolding for the development of pedagogic programming environments in Java.
DrJava: a lightweight pedagogic environment for Java
Eric Allen,Robert Cartwright,Brian Stoler +2 more
- 27 Feb 2002
TL;DR: The environment provides a simple interface based on a "read-eval-print loop" that enables a programmer to develop, test, and debug Java programs in an interactive, incremental fashion.