plan: add SX primitive baseline section to CL/APL/Ruby/Tcl plans

This commit is contained in:
2026-05-01 20:20:56 +00:00
parent d4964c166c
commit f43659ce51
4 changed files with 40 additions and 0 deletions

View File

@@ -104,6 +104,16 @@ Core mapping:
- [ ] Drive corpus to 100+ green
- [ ] Idiom corpus — `lib/apl/tests/idioms.sx` covering classic Roger Hui / Phil Last idioms
## SX primitive baseline
Use vectors for arrays; numeric tower + rationals for numbers; ADTs for tagged data;
coroutines for fibers; string-buffer for mutable string building; bitwise ops for bit
manipulation; multiple values for multi-return; promises for lazy evaluation; hash tables
for mutable associative storage; sets for O(1) membership; sequence protocol for
polymorphic iteration; gensym for unique symbols; char type for characters; string ports
+ read/write for reader protocols; regexp for pattern matching; bytevectors for binary
data; format for string templating.
## Progress log
_Newest first._