[plt-scheme] Interaction between Dr. Scheme and foreign libraries
Is there anything that the foreign library can provide to help? It
sounds like the problem is that re-evaluating the code will open up
the foreign library again, but since it is already attached, it does
not do anything.
Perhaps the right thing would be to attach foreign libraries to
custodians, so the library is unloaded when DrScheme restarts the
interactions -- would something like that help?
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!