Jump to content

Command language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Valeriobrogni (talk | contribs) at 10:27, 19 November 2024 (Undid revision 1257977480 by Lepa22 (talk): A steep learning curve means something is easy to learn. In this case a syntax similar to natural language is used to make it easier to learn, so to... steepen the learning curve. If you want to discuss what "steep learning curve" means, do it on the "learning curve" page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A command language is a language for job control in computing.[1] It is a domain-specific and interpreted language; common examples 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 steepen the learning curve, as with many other domain-specific languages.

See also

Notes

  1. ^ Butterfield, Andrew; Ngondi, Gerard Ekembe; Kerr, Anne (2016). A Dictionary of Computer Science. Oxford University Press. p. 98. ISBN 9780199688975. Retrieved 7 June 2017.