GC problems surfaced... there is a reason Julia can't have void references. How do I make a type-stable entity update system?

Well, the reason is that… well, I’m thinking of making an ECS… it’s a data structure supporting its own programming paradigm.

Here is an example ECS implementation in C.

Here is where it started.