General Purpose Language - Definition. Was ist General Purpose Language
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist General Purpose Language - definition

PROGRAMMING LANGUAGE DESIGNED TO BE USED IN THE WIDEST VARIETY OF APPLICATION DOMAINS
General-purpose (programming languages); General-purpose programming languages; General-purpose (programming language); General purpose programming language

General Purpose Language      
(GPL) An ALGOL 60 variant with user-definable types and operators. [Sammet 1969, p. 195]. ["The GPL Language", J.V. Garwick et al, TER-05, CDC, Palo Alto 1969].
General-purpose programming language         
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 domains, 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.
General-purpose language         
COMPUTER LANGUAGE THAT IS BROADLY APPLICABLE ACROSS APPLICATION DOMAINS, AND LACKS SPECIALIZED FEATURES FOR A PARTICULAR DOMAIN
General programming language
A general-purpose language is a computer 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.

Wikipedia

General-purpose programming language

In computer software, a general-purpose programming language (GPL) is a programming language for building software in a wide variety of application domains. Conversely, a domain-specific programming language (DSL) is used within a specific area. For example, Python is a GPL, while SQL is a DSL for querying relational databases.