How did we get here? (Why is Julia such a messy language?)

I think it would. However, the goal of the package was actually to get a good ECS for Julia. However, it was a hacky bit-dispatch-based ECS, not a full archetypal ECS with lots of features, so, my next ECS would hopefully be that.

However, that next ECS is also where the issue arises, where I think I need to do an unsafe reinterpret and dynamic compilation that would kinda solve some issues, and bring up new ones, such as the compiled code not being GC-ed ever. Anyone interested in coding a Julia ECS?