[plt-scheme] Seeking comments about my object finalize module

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Feb 7 02:09:39 EST 2007

On Feb  6, D.E. wrote:
> [...]
> I'm seeking comments about it in general and specifically.  I want to
> know if I did anything wrong or how it could be or should be.  Thanks
> for any feedback!

No time to read your code, but -- (a) you can look at the finalizer
code in mzlib/foreign.ss which is doing something similar, (b) note
that the exit handler is not always called when mzscheme exits.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.