Index of /oopsla07

objmodel.tar.gz is the sample object model implementation and benchmarks described in the paper.
objmodel-closures.tar.gz is the same thing with the 'closures' extension.
proto-compiler.tar.gz is the prototype-based programming language used for several examples in the paper and described briefly in Appendix A.

To build the prototype-based language:

tar xvzf proto-compiler.tar.gz
cd proto-compiler
make
cd examples
more 00_README
(The examples that appear in the paper are in examples/oopsla07.)