Difference between revisions of "General-purpose programming language"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(etc)
Line 1: Line 1:
In [[computer software]] a '''general-purpose programming language''' is a [[programming language]] designed to be used for writing software in a wide variety of application domains.
+
In [[Software|computer software]] a '''general-purpose programming language''' is a [[programming language]] designed to be used for writing software in a wide variety of application domains.
  
 
In many ways a general-purpose language only has this status because it does not include language constructs designed to be used within a specific application domain (e.g., a page description language contains constructs intended to make it easier to write programs that control the layout of text and graphics on a page).
 
In many ways a general-purpose language only has this status because it does not include language constructs designed to be used within a specific application domain (e.g., a page description language contains constructs intended to make it easier to write programs that control the layout of text and graphics on a page).

Revision as of 08:42, 14 August 2015

In computer software a general-purpose programming language is a programming language designed to be used for writing software in a wide variety of application domains.

In many ways a general-purpose language only has this status because it does not include language constructs designed to be used within a specific application domain (e.g., a page description language contains constructs intended to make it easier to write programs that control the layout of text and graphics on a page).

A domain-specific programming language is one designed to be used within a specific application domain.

See also

External links