Extensions directory
--------------------


This file contains extensions of the core interpreter which can be dynamically
loaded. For now dynamic loading is only accepted on SUN hardware (it is the
only hardware which allow dynamic loading I have access). 

Files are given here as examples. They are not built by default


Three extensions are provided as exemples:

	- hash.c: a package for hash-table in Scheme (the one used by STklos)
	- time.c: a (very simple) package providing  access to time functions
	  from Scheme. This package is the one presented in the documentation
	  about STk interpreter extension.
	- when.c: an implementation of when and unless

For more informations on extension building, read the document "Extending the
STk Interpreter" provided with the package.

