From 7002405ab17218baa4e2366a47860a5770d18650 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Jan 2012 20:46:50 -0800 Subject: Version 55 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 15491c13..35cb28c1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,26 @@ + TXR 55 + 2011-01-26 + + + Features + + - New square bracket syntax for Lisp-1 like invocation + and array-indexing over lists, vectors, strings and hashes. + + - New a .. b pair syntactic sugar for (cons a b). + Works with array indexing brackets to extract ranges + (slices) from lists, vectors and strings. + + - Indexed elements and slices are assignable. + + - In the pattern language, variables in output templates (output variables) + can be indexed and sliced. + + - Output variables that hold lists are now interpolated with spaces + between, and this can be overridden with any separator string. + + + TXR 54 2011-01-21 -- cgit v1.2.3