Email list hosting service & mailing list manager

vector-unfold! argument order Per Bothner (24 Jan 2016 18:58 UTC)
Re: vector-unfold! argument order John Cowan (24 Jan 2016 21:26 UTC)

vector-unfold! argument order Per Bothner 24 Jan 2016 18:58 UTC

The argument order for vector-unfold! feels wrong.  Instead of:

    (vector-unfold! vec i f length initial-seed ...)

I would expect:

   (vector-unfold! vec start end f initial-seed ...)
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/