altos/scheme: Add start/end args to vector->list
authorKeith Packard <keithp@keithp.com>
Wed, 3 Jan 2018 22:57:39 +0000 (14:57 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Jan 2018 22:58:30 +0000 (14:58 -0800)
commit7bfc1eda398e8767e352cd6396ac61c7ea021079
tree92cb1bdf77bd1862bd0b79f1bc196715871a2958
parent2bcc178f3cbfd346b134bb3fe700b0512f340fea
altos/scheme: Add start/end args to vector->list

This is an r7rs extension which allows you to extract a subset of the
vector.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_builtin.c
src/scheme/ao_scheme_vector.c