This is a preview of the core of guile-iv:

	libguile 	- the interpreter
	guile		- main() for a stand along interpretrer
	gls		- bootstrapping/startup code
	guile-ref	- a reference manual for guile
	slib		- slib


Reference manual sections on the C interface to libguile and on the
lowest-level object system interface are incomplete.

Notably new in this core is the Guile package system, documented in
the reference manual.

This is a stripped-down preview of just the bare-bones, plus slib.
Various plugins (e.g. "goonix" the unix systems programming interface)
will be added soon.

