Parent Directories
Directory cmod-play
2004-05-25
This directory documents the evolution of compiled-module dependency support
in guile 1.4.x. It includes four compiled modules, the latter three of which
are dependent on the first:
(random)
(snazzy) ; low-level access
(tamped) ; uses macros from <guile/modsup.h>
(upshot) ; further refinement
It also includes two tests, q.rstu and v.utsr, which test the dependency
resolution at runtime, along w/ suitable methodology (autogen.sh, Makefile.am,
configure.ac). You can do "make check HEY=1" to see more precisely when each
compiled module's init functions are run.
The output of this exercise has been folded into guile 1.4.x (since 1.4.1.96)
as part of the header <guile/modsup.h>.