On Sun, Mar 16, 2014 at 03:00:20PM +0100, "Jörg F. Wittenberger" wrote: > According to the manual, finalizers are only supported for non-immediate > objects anyway:
Yeah, but note that Pluijzer's test was with *string constants*. Those are not immediate (but because they're constants, they're not collected in compiled code). Cheers, Peter -- http://www.more-magic.net _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
