On Jul 13, 2015 8:24 PM, "Keean Schupke" <[email protected]> wrote: > I said the CLR repackaged functionality already available to C++ programmers for dynamic runtime loading in a way that hides the boilerplate of COM classes from the programmer, by building it into the classes.
CLR's object model and capabilities share more with java or swift than COM. There is no COM in CLR objects, and CLR solved many issues of COM by using JIT, which can dynamically layout and inline at runtime. The CLR has a COM interop module, but the CLR objects do not use COM.
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
