From 71b79b7747b97d2bea6185f1149b6a273154c6fb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 5 Nov 2015 06:41:15 -0800 Subject: Version 122. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index b110152f..a564f964 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,34 @@ + TXR 122 + 2015-11-05 + + + Features + + - New type: range. + - range is similar to a cons cell, but is an atom. + - has two fields called from and to. + - the dotdot syntax a..b now produces a range, not a cons. + - printed notation looks like #R(0 10) + - related functions: rcons, rangep, from, to. + + - sys:capture-cont API altered to call/cc style: passes + continuation to specified function when capturing, + returns value when resuming. + + - New interface to delimited continuations: suspend macro. + + - TXR pattern variables now appear dynamic to embedded Lisp + expressions, rather than lexical. The scoping rule is + documented. + + - The yield and yield-from operators can omit the argument + form, in which case they retrieve the value passed in from + the resume function without yielding an item. + + - Architecture support: Power PC 64. + + + TXR 121 2015-10-30 -- cgit v1.2.3