Dictionary.com
Thesaurus.com
Showing results for programming language. Search instead for NEW+Programming+language.

programming language

American  
[proh-gram-ing lang-gwij] / ˈproʊ græm ɪŋ ˌlæŋ gwɪdʒ /

noun

  1. a high-level language used to write computer programs, as C++ or Python, or, sometimes, an assembly language.


programming language British  

noun

  1. a simple language system designed to facilitate the writing of computer programs See high-level language low-level language machine code

"Collins English Dictionary — Complete & Unabridged" 2012 Digital Edition © William Collins Sons & Co. Ltd. 1979, 1986 © HarperCollins Publishers 1998, 2000, 2003, 2005, 2006, 2007, 2009, 2012

programming language Scientific  
/ prōgrăm′ĭng /
  1. An artificial language used to write instructions that can be translated into machine language and then executed by a computer. English and other natural languages are not used as programming languages because they cannot be easily translated into machine language.

  2. ◆ A compiled language is a language in which the set of instructions (or code) written by the programmer is converted into machine language by special software called a compiler prior to being executed. C++ and SmallTalk are examples of compiled languages.

  3. ◆ An interpreted language is a language in which the set of instructions (or code) written by the programmer is converted into machine language by special software called a compiler prior to being executed. Most scripting and macro languages are interpreted languages.

  4. See also program


programming language Cultural  
  1. In computer technology, a set of conventions in which instructions for the machine are written. There are many languages that allow humans to communicate with computers; C++, BASIC, and Java are some common ones.


Etymology

Origin of programming language

First recorded in 1955–60

Example Sentences

Examples are provided to illustrate real-world usage of words in context. Any opinions expressed do not reflect the views of Dictionary.com.

At Bell, he helped write an important early computer programming language, Snobol.

From The Wall Street Journal • Mar. 6, 2026

The company wrote a blog post detailing how its Claude Code tool can modernize COBOL—computer programming language used on IBM mainframes.

From Barron's • Feb. 24, 2026

The programming language, which was first released in 1960, runs 95% of ATM transactions in the U.S., according to Anthropic’s blog post.

From MarketWatch • Feb. 23, 2026

Tech YouTuber Dave Eddy posted a video on Monday showing his followers how to use the Epstein files to download a reference manual for the programming language Bash.

From Slate • Feb. 3, 2026

One of the first tools the Linux development team took advantage of was the GNU C Compiler, a tool that made it possible to process programs written in the C programming language.

From Free as in Freedom: Richard Stallman's Crusade for Free Software by Williams, Sam