> I think that was overstated. COM is a natural part of the legacy
> Microsoft ecosystem, and the CLR (unlike the JVM) does not insist on
> the whole world fitting neatly inside a managed runtime. It's trivial
> to call other static or dynamic libraries
Case of point, I wonder how many lines of Java code we would need to
do a similar thing as the following C#:
((dynamic)new PInvoke ("libc")).printf("Dynamic yet native Hello
world");
--
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.