Hi all, Just released TXR 142 [1] moments ago. Highlights: * Fixed a regression introduced in TXR 42, in November, 2011. That's right, a HUNDRED-RELEASE REGRESSION! * There is now support for packaging an application as a stand-alone binary. How it works: * You make a copy of the TXR executable. * You edit a special 128-byte data area in the executable to embed command line arguments. * With this, you can have the executable load your code or take some other actions. * There is a utility for the above step [2]. * Since TXR isn't covered by a viral, copyleft license, you don't have to redistribute any sources with this executable. * You do have to package the executable with the satellite library files that it needs to load, unless your program avoids using anything that auto-loads them. * Some other minor features and various bugfixes. Cheers ... Links: ------ [1] http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-142 [2] http://www.kylheku.com/cgit/txr/tree/txr-embedded-arg.txr