bsdscheme
bsdscheme copied to clipboard
Add missing vector- functions and tests
- [ ] vector-copy
- [ ] vector-copy!
- [x] vector-append
- [x] make-vector
- [x] vector->list
- [x] list->vector
- [x] vector->string
- [x] string->vector