README		Some notes about Java and Guile.
TIMES		Some timing comparisons: C, Bytecodes, Scheme, and Tcl.
Inx.scm		Bytecode macro-assembler/disassembler.
Itests.scm	Test-cases/examples for Inx.scm.
Latte.scm	A loader for Java-format object files.
c2.scm		A bytecode compiler back-end for "ctax".
fib.scm		An implementation of the benchmark in Scheme.
fibref.tcl	An implementation of the benchmark in Tcl.
javafib.scm	An implementation of the benchmark in Bytecodes.
reffib.c	An implementation of the benchmark in C.
