[plt-scheme] Interaction between Dr. Scheme and foreign libraries

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Nov 21 12:47:13 EST 2005

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!


Posted on the users mailing list.