Hi all, TXR 101 [1] is out. Binaries are available from SourceForge, [2] as usual. There are lots of little features and bugfixes. The only "deep" thing, so to speak, is finalization support in the garbage collector. Finalization lets you associate a heap object with a function. When the garbage collector finds that object unreachable, it will call your function with that object as an argument. I wanted this release to feature loading of TXR Lisp files with no @ directive syntax, but the feature didn't make it. Cheers ... Links: ------ [1] http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-101 [2] https://sourceforge.net/projects/txr/files/txr-101/