Programming language

programming-language-1752885423230-bd4f44

Description

A programming language is a system of notation for writing source code such as used to produce a computer program. A language allows a programmer to develop human readable content that can be consumed by a computer but only after translation via an automated process that enables source code to be executable. Historically, a compiler translates source code into machine code that is directly runnable by a computer, and an interpreter executes source code without converting to machine code. Today, hybrid technologies exist such as compiling to an intermediate form which is later interpreted or just-in-time compiled to machine code before running.

ID: programming-language-1752885423230-bd4f44

Share this TL;DR