diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-09 23:35:38 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-09 23:35:38 -0700 |
commit | 864d1c6fe182661a7bd7d4eda928f8a19318b651 (patch) | |
tree | a26ede9a8bf91e7b42aef355e19a37980233c065 /txr.1 | |
parent | e57c4d0857fcf8b4e4369bde72c7453d2ae98125 (diff) | |
download | txr-864d1c6fe182661a7bd7d4eda928f8a19318b651.tar.gz txr-864d1c6fe182661a7bd7d4eda928f8a19318b651.tar.bz2 txr-864d1c6fe182661a7bd7d4eda928f8a19318b651.zip |
reduce-left: rewrite using seq_iter.
* lib.c (reduce_left): Use sequence iteration instead of list
operations.
* txr.1: Add a note to the documentation.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -34308,6 +34308,18 @@ and to a single value by the repeated application of .metn binary-function . +In the case of +.codn reduce-left , +the +.meta list +argument required to be an object which is iterable according to the +.code iter-begin +function. The +.code reduce-right +function treats the +.meta list +argument using list operations. + An effective list of operands is formed by combining .meta list and |