iainctduncan/scheme-for-max

add racket's build-vector function to s74

Opened this issue · 1 comments

would be very handy

(build-vector 8 init-func)

The ubiquitous SRFI 1 uses the name list-tabulate; a matching schemy name for vectors would be vector-tabulate.