Difference between revisions of "General-purpose language"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In computer science '''general-purpose language''', is a computer language that is broadly applicable across application domains, and lacks specialized features for a part...")
 
 
Line 1: Line 1:
In [[computer science]] '''general-purpose language''', is a computer language that is broadly applicable across application domains, and lacks specialized features for a particular domain.
+
In [[computer science]], a '''general-purpose language''', is a computer [[programming language]] that is broadly applicable across application domains, and lacks specialized features for a particular domain.
  
 
This is in contrast to a [[Domain-specific language|domain-specific language]] (DSL), which is specialized to a particular application domain.
 
This is in contrast to a [[Domain-specific language|domain-specific language]] (DSL), which is specialized to a particular application domain.

Latest revision as of 09:01, 4 September 2016

In computer science, a general-purpose language, is a computer programming language that is broadly applicable across application domains, and lacks specialized features for a particular domain.

This is in contrast to a domain-specific language (DSL), which is specialized to a particular application domain.

The line is not always sharp, as a language may have specialized features for a particular domain but be applicable more broadly, or conversely may in principle be capable of broad application but in practice used primarily for a specific domain.

See also

External links