Jump to content

General-purpose programming language

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 119.236.102.154 (talk) at 11:59, 20 October 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer software, a general-purpose programming language is a programming language designed to be used for writing software in the widest variety of application domains (a general-purpose language). A general-purpose programming language has this status because it does not include language constructs designed to be used within a specific application domain.

Conversely, a domain-specific programming language is one designed to be used within a specific application domain. Examples include page description languages and database query languages.

The following are some general-purpose programming languages:

See also