Java Polya Library

Robert Keller
Harvey Mudd College
Computer Science Department

The Java Polya library provides Lisp-like lists and I/O in Java, including a higher-order function capability and incremental ("infinite") lists.

Java Polya is similar to the C++ Polya library, but with some differences, for example function arguments need to be simulated with Objects in Java. Also, the Java library code is smaller, but more comprehensive in a way, because we use Objects in place of Polys in the C++ version.

Last updated 22 September 1999 by keller@cs.hmc.edu.