Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 278 Bytes

dynamix-vs-x.md

File metadata and controls

15 lines (8 loc) · 278 Bytes

Comparisons

Here's how DynaMix compares with existing solutions to dynamic polymorphism

C++ multiple inheritance

This is the closest thing to DynaMix in C++. It's covered in the overview.

COM

Ruby Mixins

Traits

Entity Component System