[plt-scheme] Seeking comments about my object finalize module
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!