Home / Languages

Languages

Most Recent

AutoIt Scripting Language

AutoIt is a popular and easy-to-learn scripting language used by developers since 1999 for quick software development. Here’s more about...

TypeScript

TypeScript is an open source programming language that was developed by Microsoft as a superset of JavaScript. This means that...

Common Business-Oriented Language (COBOL)

What is COBOL? COBOL stands for Common Business-Oriented Language. It is a 60-year-old programming language that is still widely used...

Haskell

Haskell is a purely functional programming language based entirely on mathematical and logical processes. Functional programming is a form of...

Sigil

A sigil is a symbol used in some programming languages to indicate different program features. BASIC and Perl are two...

Strict Evaluation

Strict evaluation, also known as eager evaluation, is the evaluation strategy used by most functional programming languages where an expression...

ML

ML, short for Meta Language, is a general-purpose functional programming language. It’s statically scoped, meaning that a variable always refers...

Bosque

Bosque is a free and open source programming language developed by Microsoft. It is derived from the syntax and types...

Struct

A struct, or structure, in C programming languages is a container that holds variables of different data types that can...

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.