next up previous
Next: Introduction Up: Lucent Software Symposium

A slice of Pizza:
A quick introduction to Pizza, a dialect of Java

Martin Odersky
University of Southern Australia - Philip Wadler
Lucent Technologies

10 October 1997

Abstract:

Pizza is a superset of Java that incorporates four additional features.

Pizza contains Java as a subset, interworks smoothly with Java, and compiles into the Java Virtual Machine (JVM): so it runs wherever Java runs, including web browsers. Pizza is freely available from the Pizza website.
http://www.cs.bell-labs.com/~wadler/pizza
The Pizza compiler can be used to translate Pizza into Java or to generate JVM code directly; it runs faster than Sun's own javac compiler.



 
next up previous
Next: Introduction Up: Lucent Software Symposium
Philip Wadler