Runtime Libraries
May 30, 2026 | 5 min read
dict_runtime.so
Dictionary operations: get, set, delete, iterate, hash.
list_runtime.so
List operations: append, index, slice, sort, iterate.
nexus_runtime.so
Core object model, refcounting, and type system.
Loading Order
Dict runtime must load before list runtime to avoid weak symbol shadowing on glibc.