Home / Languages

Languages

154 posts
AutoIt is a popular and easy-to-learn scripting language used by developers since 1999 for quick software development. Here’s more about...
Siji Roy
Kaiti Norton
TypeScript is an open source programming language that was developed by Microsoft as a superset of JavaScript. This means that...
Kaiti Norton
What is COBOL? COBOL stands for Common Business-Oriented Language. It is a 60-year-old programming language that is still widely used...
Kyle Guercio
Jenna Phipps
Haskell is a purely functional programming language based entirely on mathematical and logical processes. Functional programming is a form of...
Jenna Phipps
Jenna Phipps
A sigil is a symbol used in some programming languages to indicate different program features. BASIC and Perl are two...
Jenna Phipps
Abby Braden
Strict evaluation, also known as eager evaluation, is the evaluation strategy used by most functional programming languages where an expression...
Abby Braden
ML
Abby Braden
ML, short for Meta Language, is a general-purpose functional programming language. It’s statically scoped, meaning that a variable always refers...
Abby Braden
Abby Braden
Bosque is a free and open source programming language developed by Microsoft. It is derived from the syntax and types...
Abby Braden
Jenna Phipps
A struct, or structure, in C programming languages is a container that holds variables of different data types that can...
Jenna Phipps
Kirsty Moreland
A tuple is a finite ordered list of elements. Tuples are written by listing comma-separated elements within parentheses. Learn more about Webopedia.
Kirsty Moreland
Kirsty Moreland
In computer programming, string interpolation is the process of replacing placeholders with values in a string literal. Learn more from Webopedia.
Kirsty Moreland
Kirsty Moreland
In programming language theory, lazy evaluation is an evaluation strategy that delays the evaluation of an expression until its value is needed.
Kirsty Moreland