Author: Kaz Kylheku Date: To: TXR Users Subject: Version 146 is out.
Hi all,
Just released TXR 146 moments ago. Binaries at Bintray. Highlights:
Improved native Windows support thanks to improvements in Cygnal:
Text streams use CR/LF line ending.
Windows per-drive working directory works, as do drive-relative paths.
Cygwin /dev and /proc directories available as dev:/ and proc:/
Optimizations in NFA regex engine.
POSIX uname function.
Print syntax for quasi-strings and quasi-word-list-literals:
This is the TXR Lisp interactive listener of TXR 145. Use the :quit command or type Ctrl-D on empty line to exit. 1> '`foo@bar@(+ 2 2)xyzzy` (sys:quasi "foo" @bar @(+ 2 2) "xyzzy") This is the TXR Lisp interactive listener of TXR 146. Use the :quit command or type Ctrl-D on empty line to exit. 1> '`foo@bar@(+ 2 2)xyzzy` `foo@bar@(+ 2 2)xyzzy`