giles
6fe3476e18
Step 9: mutable data structures — R7RS vectors
New Vector type (value array) with 11 primitives:
- make-vector, vector — constructors
- vector-ref, vector-set! — element access/mutation
- vector-length, vector?, vector-fill! — inspection
- vector->list, list->vector — conversion
- vector-copy — independent copy
- Element-wise equality in safe_eq
10 new tests (2668/2668 pass). Follows Record pattern (value array).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:56:10 +00:00
..
2026-04-04 22:56:10 +00:00
2026-04-03 21:48:54 +00:00
2026-03-26 14:26:31 +00:00
2026-04-04 15:43:57 +00:00
2026-04-03 21:48:54 +00:00
2026-04-01 23:53:38 +00:00
2026-04-04 22:25:40 +00:00
2026-04-03 21:48:54 +00:00
2026-04-04 20:49:02 +00:00
2026-03-15 01:42:19 +00:00