language that fully implements CLR?

  • Thread starter Thread starter Guest
  • Start date Start date
Les said:
Which programming language fully implements the CLR?

I assume you mean a high level language that fully supports the CLI
according to the CLI spec?

There isn't one. VB.NET has some aspects (exception filters) that C#
does not have, and likewise C# and managed C++ have CLI features not
available in the other languages.

The only language that fully supports the CLI is IL assembler, but this
is not a high level language.

Richard
 
Back
Top