CLI中,多种高级语言是什么意思
In CLI, what multiple high-level languages means
在网上看了很多.Net Framework
,也不是很清楚。我有一个问题是关于 CLI
(公共语言基础设施)的。
根据维基百科:
The Common Language Infrastructure (CLI) is an open specification developed by Microsoft and standardized by ISO[1] and ECMA[2] that describes executable code and a runtime environment that allow multiple high-level languages to be used on different computer platforms without being rewritten for specific architectures. The .NET Framework and the free and open source Mono and Portable.NET are implementations of the CLI.
多种高级语言指的是什么?是否只有 .NET 种语言?
我认为多种高级语言指的是this list. All these languages allow compilation into Common Intermediate Language中的语言。
C# 是该家族中最杰出的成员,一个杰出的成员是 C# .NET
,但是有许多非 .NET 语言实现了 CLI
(在来自第一个 link).
在网上看了很多.Net Framework
,也不是很清楚。我有一个问题是关于 CLI
(公共语言基础设施)的。
根据维基百科:
The Common Language Infrastructure (CLI) is an open specification developed by Microsoft and standardized by ISO[1] and ECMA[2] that describes executable code and a runtime environment that allow multiple high-level languages to be used on different computer platforms without being rewritten for specific architectures. The .NET Framework and the free and open source Mono and Portable.NET are implementations of the CLI.
多种高级语言指的是什么?是否只有 .NET 种语言?
我认为多种高级语言指的是this list. All these languages allow compilation into Common Intermediate Language中的语言。
C# 是该家族中最杰出的成员,一个杰出的成员是 C# .NET
,但是有许多非 .NET 语言实现了 CLI
(在来自第一个 link).