Neil Jerram <[EMAIL PROTECTED]> writes: > This way there is no magic, and the visibility of the plugin bindings > is under the control of the plugin author. Also, this way you could > stay pure-R5RS if you like, as you don't really need any features of > the module system.
This made me wonder -- what happens if you dynamically load (dlopen) a lib that depends on libguile, and then you later dlclose that lib? What happens to libguile? Presumably it will be unloaded too. Does Guile tolerate that? If so, does Guile tolerate being re-loaded? For example if you then re-dlopen the lib that depends on libguile and start using it? -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user