Hi all, While developing a web application entirely in TXR, I discovered and fixed some bugs, resulting in 133 [1]. (Binaries at bintray [2]). There is some new functionality too, such as Base64 encode/decode filters and library functions. TXR has so much power that you can whip up easy-to-understand and maintain Apache CGI code without any framework. Before starting the application, I thought that a lot of TXR Lisp would have to be used, but it turned out not to be the case. The path of least resistance was to use mostly the TXR pattern language. It's great for generating the forms, parsing POST data and CGI environment vars, munging through config files on the server and so on. Cheers ... Links: ------ [1] http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-133 [2] https://bintray.com/kazinator/Binaries/TXR/txr-133/