[racket-dev] results of dlopen (hence ffi) persistent across evaluations?

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Aug 6 15:28:15 EDT 2010

BTW, IIRC, there is a way to load a new copy of a library, but that
could be pretty bad.  Alternatively, there's probably a way to unload
a library, so perhaps this could be hacked -- somehow voiding all
references to code from it.  But I'm not sure if there's a sane way to
do that so other things don't break.  (Where breaking could also be
reloading a library over and over.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.