Categorical list of programming languages



         


This is a list of programming languages grouped by category.

Other listings of programming languages are:

  1. Alphabetical list of programming languages
  2. Generational list of programming languages
  3. Chronological list of programming languages
[Top]

Array languages

Array programming languages (also known as vector or multidimensional languages) generalize operations on scalars to apply transparently to vectors, matrices, and higher dimensional arrays.

[Top]

Assembly languages

Assembly languages directly correspond to a machine language (see below) in order to allow machine code instructions to be written in a form understandable by humans. Assembly languages allow programmers to use symbolic addresses which are later converted to absolute addresses by the assembler. Most assemblers also allow for macros and symbolic constants as well.

[Top]

Authoring languages

[Top]

Command Line Interface (CLI) languages (batch languages)

[Top]

Compiled languages

These are languages typically processed by compilers (but note that any language can be either interpreted or compiled).

[Top]

Concatenative languages

In Concatenative languages, the concatenation of appropriate programs denotes the composition of the functions which the programs denote

[Top]

Concurrent languages

Concurrent languages define commands as messages to a process. Processes are collections of message passes. Generally based on the Pi-Calculus, these have had no commercial success, except Erlang.

[Top]

"Curly-brace languages"

The "Curly brace family" of languages have a syntax that defines statement blocks using curly-brace characters { and }. All are descended from or strongly influenced by C. Examples of curly-brace languages include:

[Top]

Dataflow languages

Hartmann pipelines

[Top]

Data-oriented languages

dBase a relational database access language

[Top]

Data-structured languages

Data-structured languages are languages whose logic is structured in a way similar to their data. These languages are generally well suited to reflection and introspection (it may be argued that assembly languages which statically link data inline with instructions can be considered in this class, albeit in the most primitive way.) Examples of data-structured languages include:

[Top]

Extension languages

Extension programming languages are languages intended to be embedded into another program and used to harness its features in extension scripts.

[Top]

Fourth-generation languages

Fourth-generation programming languages are high-level languages built around database systems. They are generally used in commercial environments.

[Top]

Functional languages

Functional programming languages define programs and subroutines as mathematical functions. Many so-called functional languages are "impure" and also contain imperative features. Examples of functional languages include:

[Top]

Interpreted languages

[Top]

Iterative languages

Languages built around or offering generators

[Top]

Syntax handling languages

[Top]

Little languages

Little languages serve a specialized problem domain.

[Top]

Logical languages

These specify a set of attributes that a solution should have rather then a set of steps to obtain such a solution. Examples of logical languages include:

[Top]

Machine languages

Machine languages are directly executable by the computer's CPU. They are typically formulated as bit patterns, usually represented in octal or hexadecimal. Each group of npatterns (often 1 or more bytes) caused the circuits in the CPU to execute one of the fundamental operations of the hardware. The activation of specific electrical inputs (eg, CPU package pins for microprocessors), and logical settings for CPU state values, control the processor's computation. Individual machine languages are processor specific and are not portable; they are (essentially) always defined by the CPU developer, not by 3rd parties. The symbolic version, the processor's assembly language, is also -- in most cases -- defined by the developer. Since processors come in families which are based on a shared architecture, the same basic assembly language style can often be used for more than one CPU. Each of the following CPUs served as the basis for a family of processors:

[Top]

Macro languages

Macro languages embed small pieces of executable code inside a piece of free-form text.

[Top]

Non-English-based languages

Non-English-based programming languages:

[Top]

Object-oriented languages

These are languages that support 'data & method' objects. The data structures are defined in object classes, which also include executable code (methods). Thus the effects of a change to the code remain localized. Object classes can be extended by inheritance in most of these languages. Examples of object-oriented languages include:

[Top]

"Off-side rule" languages

"Off-side rule" languages are languages where blocks are indicated by their indentation.

[Top]

Procedural languages

Procedural programming languages are based upon the concept of the unit and scope (the data viewing range of an executable code statement). A procedural program is composed of one or more units or modules--either user coded or provided in a code library; each module is composed of one or more procedures, also called a function, routine, subroutine, or method, depending on the programming language. Examples of procedural languages include:

[Top]

Prototype-based languages

Prototype based languages are a special type of object-oriented programming languages, where the distinction between classes and instances have been removed. Examples of prototype-based languages include:

[Top]

Rule-based languages

OPS5

[Top]

Scripting languages

"Scripting language" has two apparently different, but in fact similar meanings.

In a traditional sense, scripting languages are designed to automate frequently used tasks that usually involve calling or passing commands to external programs.
Many complex application programs allow users to implement custom functions by providing them with built-in languages. Those which are of interpretive type, are often called scripting languages.
More recently many of these applications have chosen to "build in" traditional scripting languages, such as Perl or Visual BASIC, but there are quite a few "native" scripting languages still in use.
[Top]

Turing tarpits

Turing tarpit languages are used to make a point, not for programming.

[Top]

XML-based languages

These are languages based on or that operate on XML. Although the big-boy equivalents of oracle/postgresql/mssql don't yet exist for XML, there are languages to navigate through it and its more tree-oriented structure:
[Top]

See also






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License