General-Purpose Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "]] ** " to "]]. ** ")
m (Text replacement - "<P> " to "<P> ")
 
Line 14: Line 14:
=== 2013 ===
=== 2013 ===
* (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/General-purpose_programming_language Retrieved:2013-11-29.
* (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/General-purpose_programming_language Retrieved:2013-11-29.
** In [[computer software]] a <B>[[General-purpose language|general-purpose]] programming language</B> is a [[programming language]] designed to be used for writing [[software]] in a wide variety of [[application domain]]s. 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).        <P>             A [[domain-specific programming language]] is one designed to be used within a specific application domain.
** In [[computer software]] a <B>[[General-purpose language|general-purpose]] programming language</B> is a [[programming language]] designed to be used for writing [[software]] in a wide variety of [[application domain]]s. 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).        <P> A [[domain-specific programming language]] is one designed to be used within a specific application domain.


----
----

Latest revision as of 18:20, 2 June 2024

A General-Purpose Programming Language is a programming language that is designed to be used for writing software programs for a wide variety of application domains.



References

2013