These are the essential Scheme source files for Guile.

They contain parts of the run-time that are written in Scheme
and that you wouldn't want to do without.

	basic.scm	-- basic functions
	startup.scm	-- startup sequence
	modops.scm	-- declarative module system interface
	libguile.scm	-- initial package declarations
	extlibs.scm	-- the autoloader
	require.scm	-- a module-oriented implementation of slib:require
	slibcat.scm	-- a necessary fragment from slib's require.scm
	slibhooks.scm	-- a module of slib prerequisits
