vote up 1 vote down star

According to Wikipedia, on the Comparison of programming languages page, it says that F# uses CLI. Does that mean that F# is designed for the purpose of making command-line applications and not graphical applications, or is there another meaning of CLI?

flag

6 Answers

vote up 10 vote down check

in .NET it's the Common Language Infrastructure.

http://en.wikipedia.org/wiki/Common_Language_Infrastructure

link|flag
vote up 2 vote down

Common Language Infrastructure/Interpreter. It's talking about Bytecode.

link|flag
vote up 9 vote down

The Wikipedia lists several meanings of CLI:

  • Command line interface (computer tech interaction)
  • Command line interpreter (command line shell)
  • Call Level Interface (an SQL database management API)
  • Common Language Infrastructure (a Microsoft .NET Framework specification)
  • CLI (x86 instruction)
link|flag
Given that the question related to F#, Common Language Infrastructure (a Microsoft .NET Framework specification) is the only meaningful answer there. The rest is just lowering the signal to noise ratio. – theraccoonbear Oct 7 '08 at 17:58
vote up 4 vote down

Common Language Infrastructure?

link|flag
vote up 0 vote down

Command Line Interpreter

link|flag
vote up 0 vote down

Customer Loyalty Initiative - several companies use this to index themselves against their peers for improving/encouraging repeat business.

More items listedon Acronym Finder: http://www.acronymfinder.com/CLI.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.