architecture
Runtime Libraries
The dict, list, and object runtimes that support compiled code.
Published May 30, 2026
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.