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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top