That's confusing two different features, I did not say C++ was the same language as C#, 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.
I did not say C# has no other features. Personally I like LINQ. Keean. On 14 Jul 2015 7:19 am, "David Jeske" <[email protected]> wrote: > > On Jul 13, 2015 7:29 PM, "Keean Schupke" <[email protected]> wrote: > > So what about all the COM components I have written in C++? > > They say nothing about the binary upgradability of the C++ class model. > > I didn't include COM in the discussion because it makes no provisions for > either instance fields or parametrics - both of which are central to to > value of Swift. > > _______________________________________________ > bitc-dev mailing list > [email protected] > http://www.coyotos.org/mailman/listinfo/bitc-dev > >
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
