| www.delorie.com/gnu/docs/kawa/kawa-tour | search |
![]() Buy GNU books! | |
| [Top] | [Contents] | [Index] | [ ? ] |
Kawa: Compiling Scheme to Java by Per Bothner <bothner@cygnus.com>, Cygnus Solutions
Abstract:
Kawa is an implementation of the Scheme programming language written entirely in Java. It compiles Scheme procedures into Java bytecode classes, either on-the-fly, or in batch mode for later use. Kawa also includes a full Scheme run-time environment written in an object-oriented style, with class hierarchies for collections, procedures, and the full numeric "tower."
This paper gives an overview of the features of Kawa. It concentrates on the compiler, and how Scheme values are represented by Java objects. The paper is structured as a "tour" of the Java classes used in the implementation.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2010 by The Free Software Foundation | Updated Jul 31 2010 |