← board

NilPy: list type v1 (pylib TPyList, literals, subscripts, methods, len)

Part of [[feature-nilpy-corpus-uforth]] milestone 1. The biggest single rung: uforth's stacks are List[Any] (Word.forth_body, Frame.body, VM.stack...).

Design (settled this session):

Later rungs: slices, for-in over lists, dict (same pattern: TPyDict), in/remove/index/extend/sort.

Gate

test-nilpy green (+ test_nilpy_list.npy vs CPython), self-host, quick tier.