programming languages - определение. Что такое programming languages
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое programming languages - определение

LANGUAGE FOR COMMUNICATING INSTRUCTIONS TO A MACHINE
ProgrammingLanguages; ProgrammingLanguage; Computer programming language; Programming languages; Programming Languages; Typed and untyped languages; Programming Language; Dialect (computing); Pattern directed invocation programming language; Programming language design; Dialecting; Computer-oriented language; Untyped language; Programming language dialect; Static semantics; Execution semantics; Proprietary programming language; Proprietary scripting language; Proglang; Research programming language; Untyped programming language
  • A small selection of programming language textbooks
  • Hello, world!]]".
  • Python code]] with inset tokenization
  • Python]].
Найдено результатов: 3355
Programming language         
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming languages, to various kinds of machine code output. Programming languages are one kind of computer language, and are used in computer programming to implement algorithms.
programming language         
<language> A formal language in which computer programs are written. The definition of a particular language consists of both syntax (how the various symbols of the language may be combined) and semantics (the meaning of the language constructs). Languages are classified as low level if they are close to machine code and high level if each language statement corresponds to many machine code instructions (though this could also apply to a low level language with extensive use of macros, in which case it would be debatable whether it still counted as low level). A roughly parallel classification is the description as first generation language through to fifth generation language. The other major classification of languages distinguishes between imperative languages, procedural language and declarative languages. {Programming languages time-line/family tree (http://levenez.com/lang/history.html)}. (2004-05-17)
Programming language theory         
BRANCH OF COMPUTER SCIENCE THAT DEALS WITH THE DESIGN, IMPLEMENTATION, ANALYSIS, CHARACTERIZATION, AND CLASSIFICATION OF PROGRAMMING LANGUAGES AND THEIR INDIVIDUAL FEATURES
Programming language research; Theory of programming languages; Theory of programming; History of programming language theory
Programming language theory (PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of formal languages known as programming languages. Programming language theory is closely related to other fields including mathematics, software engineering, and linguistics.
History of programming languages         
  • Anders Hejlsberg
  • Bjarne Stroustrup
  • D Programming Language
  • Dennis Ritchie
  • Erlang
  • Fortran
  • Grace M. Hopper
  • Groovy
  • Guido van Rossum
  • Haskell
  • Scheme
  • Lua
  • MATLAB
  • Niklaus Wirth
  • PHP
  • PowerShell
  • Rebol
  • Rust
  • Scratch
  • Tcl
  • Yukihiro Matsumoto
U.S. SCIENTIFIC CONFERENCE
HOPL; History of Programming Languages conference; History of Programming Language Conference; History of Programming Languages Conference; History of Programming Languages
The history of programming languages spans from documentation of early mechanical computers to modern tools for software development. Early programming languages were highly specialized, relying on mathematical notation and similarly obscure syntax.
Comparison of programming languages         
  • access-date=2021-07-09}}</ref>
WIKIMEDIA LIST ARTICLE
Comparison of programming lanuages; Comparison of computer languages; Programming language comparisons; Comparisons of programming languages
Programming languages are used for controlling the behavior of a machine (often a computer). Like natural languages, programming languages follow the rules for syntax and semantics.
History of Programming Languages (conference)         
U.S. SCIENTIFIC CONFERENCE
HOPL; History of Programming Languages conference; History of Programming Language Conference; History of Programming Languages Conference; History of Programming Languages
History of Programming Languages (HOPL) is an infrequent ACM SIGPLAN conference. Past conferences were held in 1978, 1993, and 2007.
Essentials of Programming Languages         
BOOK BY DANIEL P. FRIEDMAN
Eopl; EoPL; Essentials of programming languages
Essentials of Programming Languages (EOPL) is a textbook on programming languages by Daniel P. Friedman, Mitchell Wand, and Christopher T.
List of programming languages         
WIKIMEDIA LIST ARTICLE
Alphabetical list of programming languages; Lists of computer languages
This is an index to notable programming languages, in current or historical use. Dialects of BASIC, esoteric programming languages, and markup languages are not included.
List of audio programming languages         
WIKIMEDIA LIST ARTICLE
Computer music programming languages; Computer music programming language; Audio programming languages; Audio programming language
This is a list of notable programming languages optimized for sound production, algorithmic composition, and sound synthesis.
object-oriented programming language         
  • C]] (black) competed for the top position.
PROGRAMMING PARADIGM BASED ON THE CONCEPT OF OBJECTS
Object-oriented; Object-oriented language; Object oriented; Object-oriented (programming); Object oriented programming; Object oriented language; Object orientated programming; Object-orientated programming; Object-oriented computer programming; Object-oriented languages; Object-Oriented Programming; Object-oriented SQL; Object-Oriented programming; Checking type instead of membership; Object system; Object Orientated; Object-oriented technology; Object orientated; Object Oriented; OOPL; Objected-oriented programming language; Object technology; Object oriented programming language; Object orentation; Object-oriented code; Obect-oriented programming; Object-oriented programming language; Object oriented programing; History of object oriented programming; Object Oriented Programming; Principles of OOP; Object-oriented Programming; Object-Oriented Software Engineering; Object decoupling; Object-oriented computing; Criticism of object-oriented programming; Object-oriented programming languages; OOSE; Dot notation (object-oriented programming); Object-oriented programming system; Object-oriented design patterns; Object-oriented software engineering; Formal semantics of object-oriented languages

Википедия

Programming language

A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language.

The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning), which are usually defined by a formal language. Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard) while other languages (such as Perl) have a dominant implementation that is treated as a reference. Some languages have both, with the basic language defined by a standard and extensions taken from the dominant implementation being common.

Programming language theory is the subfield of computer science that studies the design, implementation, analysis, characterization, and classification of programming languages.