diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-26 06:46:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-26 08:14:33 -0700 |
commit | d5faa2f124eff2c6f2079f6adc04cdbcc02c676e (patch) | |
tree | 3435aa1129a66c3c1976599c27e789669e0f92a6 /RELNOTES | |
parent | 180ddff09533320cad4f90429950935f37c9932d (diff) | |
download | txr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.tar.gz txr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.tar.bz2 txr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.zip |
Version 107.txr-107
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ + TXR 107 + 2015-04-26 + + + Features + + - Change in representation of promise objects. The force function + now detects recursion and throws an error. + + - New mlet macro: a step beyond Scheme's letrec. + + - A trivial optimization in the keywordp function more than doubles + the interpretation speed of TXR Lisp. + + Bugs + + - Fixed regression in the garbage collector introduced in October 2014, + TXR 100. This would cause runaway memory growth, due to the garbage + collector creating unnecessary new heaps. + + + TXR 106 2015-04-21 |