Oops, correction:

On Wed, Jul 31, 2019 at 10:10 PM Shiro Kawai <xxxxxx@gmail.com> wrote:
@vector-cumulate
   it can be a bit more verbose.  How about something like this:
   Like @vector-fold, but returns an @vector, which has the same length of @vec, and
   the 0-th element is the first result of (f nil), the next element is the result of (f (f nil)) and so on.

(f knil e_0), (f (f knil e_0) e_1) and so on