General-purpose programming language: Difference between revisions

Content deleted Content added
removed an extra space
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit Possible vandalism
Line 1:
{{Short description|Programming language useful for a wide variety of applications}}
In [[computer software]], a '''general-purpose programming language (GPL)''' is a [[programming language]] designed to be used for building [[software]] in a wide variety of application [[Domain (software engineering)|___domain]]sdomai, across a multitude of hardware configurations and operating systems. In theory, a GPL program can run equivalently on a single processor or on a network. The opposite of a general-purpose programming language is a [[___domain-specific programming language]], which is designed to be used within a specific area, for example, [[Query language|querying databases]]. For example, SQL was designed for [[Query language|querying databases]].
 
==History==