up vote 2 down vote favorite
share [g+] share [fb]

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?

link|improve this question

feedback

5 Answers

up vote 10 down vote accepted

in .NET it's the Common Language Infrastructure.

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

link|improve this answer
feedback

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|improve this answer
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
feedback

Common Language Infrastructure?

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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