Description
The runtime should be using Vector, not Seq/List.
Change childProcessors and runtimeDependencies to Vector types, and all usages then as well.
The core/compiler primtives layer is the bridge between DSOM and the grammar, which deal in List/Seq, and the runtime, which uses Vectors.