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-03-26 00:54:23 +00:00
2026-04-03 21:26:20 +00:00
2026-04-03 18:07:35 +00:00
2026-04-03 18:19:19 +00:00
2026-04-04 22:56:10 +00:00
2026-04-04 22:52:41 +00:00
2026-04-03 20:16:26 +00:00
2026-04-04 18:48:51 +00:00
2026-04-04 22:56:10 +00:00
2026-04-04 22:23:45 +00:00
2026-04-04 18:48:51 +00:00