Using D programming language in a .NET context

后端 未结 5 732
猫巷女王i
猫巷女王i 2020-12-11 15:28

I\'m curious: has anyone used D together with .NET languages? Is that even possible? What kind of stuff is easier/makes sense to do in D that\'s hard to do in, say, C++/CLI?

5条回答
  •  一个人的身影
    2020-12-11 15:52

    There is also D for .NET which is a way of compiling D code right to CIL.

    The other answers are correct in that sharing code with the native implementation is easy too.

提交回复
热议问题