|
|
|
|
|
by pjmlp
1031 days ago
|
|
Besides what everyone else is describing, people forget that JVM was designed for Java only, while Common Language Runtime was designed as a polyglot runtime, including support for C and C++, and to this day C++ is officially supported, even if only on Windows (as Visual C++ is the only production compiler with a CLR backend). |
|