Jump to content

Command language

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Eyesnore (talk | contribs) at 02:44, 7 January 2013 (Reverted 1 edit by 68.41.131.0 (talk) identified as vandalism to last revision by Rs wrangler. (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A command language is a domain-specific interpreted language; a common example of a command language are shell or batch programming languages. These languages can be used directly at the command line, but can also automate tasks that would normally be performed manually at the command line. They share this domain - lightweight automation - with scripting languages, though a command language usually has stronger coupling to the underlying operating system. Command languages often have either very simple grammars or syntaxes very close to natural language, to shallow the learning curve, as with many other domain-specific languages.

See also

External links