A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Programming Language

Table of Contents

About

A programming language is a system of notation for writing computer programs; they are described in terms of their syntax (form) and semantics (meaning) usually defined by a formal language; the language usually provide features such as a type system, variables, and mechanisms for error handling; an implementation of a programming language is required in order to execute programs, namely an interpreter or a compiler; an interpreter directly executes the source code, while a compiler produces an executable program1.

Anki

References


  1. Wikipedia. “Programming language”. Available at: https://en.wikipedia.org/wiki/Programming_language. (Accessed: [2025-05-04 Sun 16:34]). ↩︎

Related Posts