HomeLanguages

Languages

Top Definitions

High-Level Programming Language

A high-level language (HLL) is a programming language such...

Programming Language

A programming language is a vocabulary and set of...

Object Oriented Programming (OOP)

What is Object Oriented Programming? Object-oriented programming (OOP) refers to...

Most Recent

AutoIt Scripting Language

AutoIt is a popular and easy-to-learn scripting language...

TypeScript

TypeScript is an open source programming language that...

Common Business-Oriented Language (COBOL)

What is COBOL? COBOL stands for Common Business-Oriented Language....

Haskell

Haskell is a purely functional programming language based...

Sigil

A sigil is a symbol used in some...

Strict Evaluation

Strict evaluation, also known as eager evaluation, is...

ML

ML, short for Meta Language, is a general-purpose...

Bosque

Bosque is a free and open source programming...

Struct

A struct, or structure, in C programming languages...

Tuple

A tuple is a finite ordered list of elements. Tuples are written by listing comma-separated elements within parentheses. Learn more about Webopedia.

String Interpolation

In computer programming, string interpolation is the process of replacing placeholders with values in a string literal. Learn more from Webopedia.

Lazy Evaluation

In programming language theory, lazy evaluation is an evaluation strategy that delays the evaluation of an expression until its value is needed.