altos/scheme: Add vector and string funcs. Test everybody.
authorKeith Packard <keithp@keithp.com>
Thu, 4 Jan 2018 10:28:13 +0000 (02:28 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 4 Jan 2018 10:28:13 +0000 (02:28 -0800)
commit0d9a3e0378f84ffc8447747150066eae33cd3229
tree85c5b7784e02073737e227c89fd35e825003bee4
parentd34f01110d8770ac99556901143a54c3d492cde0
altos/scheme: Add vector and string funcs. Test everybody.

Add a bunch of string and vector functions from r7rs. I think most
everything is here now.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/Makefile-inc
src/scheme/ao_scheme_const.scheme
src/scheme/ao_scheme_string.scheme [new file with mode: 0644]
src/scheme/ao_scheme_vector.scheme [new file with mode: 0644]
src/scheme/test/Makefile