Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

List of CLI languages

From Wikipedia, the free encyclopedia

Not to be confused withCommand-line interface.

CLI languages are computer programming languages that are used to produce libraries and programs that conform to theCommon Language Infrastructure (CLI) specifications. With some notable exceptions, most CLI languages compile entirely to theCommon Intermediate Language (CIL), an intermediate language that can be executed using theCommon Language Runtime, implemented by.NET Framework,.NET Core, andMono. Some of these languages also require theDynamic Language Runtime (DLR).

As the program is being executed, the CIL code isjust-in-time compiled (and cached) to the machine code appropriate for the architecture on which the program is running. This step can be omitted manually by caching at an earlier stage using an"ahead of time" compiler such as Microsoft'sngen.exe and Mono's "-aot" option.

Notable CLI languages

[edit]

Current languages

[edit]
Ada for .Net
Ada is a multi-paradigm language, that is strongly focused on code safety, maintainability and correctness.[1]
Boo
Astatically typed CLI language, inspired byPython.
C#
Most widely used CLI language,[2] bearing strong similarities toJava, and some similarity toObject Pascal (Delphi) andC++. Implementations provided by.NET Framework,.NET Core, andMono.
C++/CLI
A version ofC++ including extensions for using Common Language Runtime (CLR) objects. Provides full support for.NET Framework and library only support for.NET Core. Produces mixed-mode code that produces native code for C++ objects. The compiler is provided by Microsoft.
ClojureCLR
A port ofClojure to the CLI, part of theClojure project.[3]
Component Pascal
A CLI-compliantOberon dialect. It is a strongly typed language in the heritage of Pascal and Modula-2 but with powerful object-oriented extensions.
Eiffel
Purely object-oriented language, focused on software quality, includes integrateddesign by contract and multiple inheritance. CLI compliant.
F#
Amulti-paradigm CLI language supportingfunctional programming andimperativeobject-oriented programming disciplines. Variant ofML and is largely compatible withOCaml. Implementations provided by.NET Framework,.NET Core, andMono.
F*
A dependently typed language based on F#.
Go
via the RemObjectsGold compiler & multi-platform targeting.
IronPython
An open-source CLI implementation ofPython, built on the Dynamic Language Runtime (DLR).
IronScheme
AR6RS-compliantScheme implementation built on the DLR
Java
via the RemObjectsIodine compiler & multi-platform targeting.
Oxygene
AnObject Pascal-based CLI language.
PascalABC.NET
AnObject Pascal-based language implemented on the .NET Framework.
PeachPie
A compiler of PHP to .NET and .NET Core. Successor of Phalanger.
PowerBuilder
Can target CLI since version 11.1.
PowerShell
An object-orientedcommand-lineshell. PowerShell can dynamically load .NET assemblies that were written in any CLI language. PowerShell itself uses a unique scripting syntax and uses curly-braces, similar to other C-based languages.
RemObjects Mercury
AVisual Basic .Net-based CLI language.
Rust
A research project for an experimental .NET back-end for Rust.[4]
Silverfrost FTN95
An implementation ofFortran 95.
Small Basic
A BASIC-derived programming language created by Microsoft for teaching programming. Supported releases target.NET Framework versions 3.5 and 4.5.
Swift
via the RemObjectsSilver compiler & multi-platform targeting.
Synergy DBL .NET
An object-oriented CLI compliant implementation of DBL andDIBOL produced by Synergex.[5]
Team Developer
SQLWindows Application Language (SAL) since Team Developer 6.0.
Visual Basic.NET
A redesigned dialect ofClassic Visual Basic. Implementations provided by.NET Framework,.NET Core, andMono.
Visual COBOL
An enhanced version ofCOBOL ported to the.NET Framework and to the JVM, produced byMicro Focus.[6]
XSharp
X# is an open source development language for Microsoft .NET, based on the xBase language. It comes in different flavours, such as Core, Visual Objects, Vulcan.NET, xBase++, Harbour, Foxpro, and more.


Abandoned or deprecated languages

[edit]
A#
CLI implementation ofAda.
Axum
Anactor modelconcurrent programming language.
Cobra
A CLI language withstatic and dynamic typing,design by contract and built-inunit testing.
Fantom
A language compiling to .NET(no longer under active development) and to theJVMArchived 2022-04-03 at theWayback Machine
GrGen.NET
A CLI language forgraph rewriting
IronRuby
An open-source CLI implementation ofRuby, built on the Dynamic Language Runtime (DLR).
J#
A CLI-compliant implementation ofJava. The compiler is provided by Microsoft. J# has been discontinued. The last version shipped with Visual Studio 2005, and was supported until 2015.
JScript .NET
A CLI implementation ofECMAScript version 3, compatible withJScript. Contains extensions forstatic typing. Deprecated in favor ofManaged JScript.
Managed Extensions for C++
A version ofC++ targeting the Common Language Runtime (CLR). Deprecated in favor ofC++/CLI.
Managed JScript
A CLI implementation ofJScript built on the Dynamic Language Runtime (DLR). Conforms toECMAScript version 3.
Nemerle
A multi-paradigm language similar to C#, OCaml and Lisp.
Niecza
A CLI implementation ofPerl 6.
Phalanger
An implementation ofPHP with extensions forASP.NET. Predecessor of PeachPie.
UnityScript
JavaScript-like language, specific to theUnity game engine. Deprecated in favor ofC#.

Related

[edit]
IKVM
AJava virtual machine that can be used to runJava and other JVM languages (e.g., JVM likeGroovy,Scala) upon CLI implementations.

See also

[edit]

References

[edit]
  1. ^"GNAT for .Net".adacore.com. Retrieved2021-03-27.
  2. ^Priyadarshini, Manisha (June 25, 2018)."10 Most Popular Programming Languages In 2018: Learn To Code". Fossbytes. RetrievedJune 25, 2018.
  3. ^"ClojureCLR".GitHub.com. Retrieved2012-06-28.
  4. ^"rust_codegen_clr".GitHub.com. Retrieved2024-08-30.
  5. ^"Another Language for Visual Studio and .Net: Synergex release Synergy/DE".msdn.com.
  6. ^Handy, Alex (20 August 2015)."COBOL comes to Visual Studio 2015 - SD Times".SD Times. Retrieved2017-04-04.
Architecture
Components
Implementations
Microsoft
Other
Languages
Major
Other
Comparison
Retrieved from "https://en.wikipedia.org/w/index.php?title=List_of_CLI_languages&oldid=1281419358"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp