This directory contains the distribution of Version 4 of Hobbit, a Scheme compiler for use with SCM. `README.hob' is this file. `hobbit.doc' describes the hobbit compiler and how to use it. `hobbit.tms' details the conditions for distributing and using hobbit. `hobbit.scm' is the hobbit compiler. `scmhob.h' is the include file for hobbit generated files. `scmhob.scm' defines some additional procedures recognized by hobbit as primitives. On unix systems, (compile-file ...) will compile its arguments with hobbit and compile the resulting C code. The resulting object file can the be dynamically loaded or LINK-NAMED-SCHEME can link it into an executable SCM program. See `MANUAL' for details