All Topics  
Programming language dialect

 

   Email Print
   Bookmark   Link






 

Programming language dialect



 
 
A dialect of a programming language
Programming language

A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer....
 is a (relatively small) variation or extension of the language that does not change its intrinsic nature. With languages such as Scheme and Forth, standards may be considered insufficient, inadequate or even illegitimate by implementors, so often they will deviate from the standard, making a new dialect
Dialect

A dialect is a variety of a language that is characteristic of a particular group of the language's speakers. The term is applied most often to regional speech patterns, but a dialect may also be defined by other factors, such as social class....
. In other cases, a dialect is created for use in a domain-specific language, often a subset.






Discussion
Ask a question about 'Programming language dialect'
Start a new discussion about 'Programming language dialect'
Answer questions from other users
Full Discussion Forum



Encyclopedia


A dialect of a programming language
Programming language

A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer....
 is a (relatively small) variation or extension of the language that does not change its intrinsic nature. With languages such as Scheme and Forth, standards may be considered insufficient, inadequate or even illegitimate by implementors, so often they will deviate from the standard, making a new dialect
Dialect

A dialect is a variety of a language that is characteristic of a particular group of the language's speakers. The term is applied most often to regional speech patterns, but a dialect may also be defined by other factors, such as social class....
. In other cases, a dialect is created for use in a domain-specific language, often a subset. In the Lisp
Common Lisp

Common Lisp, commonly abbreviated CL, is a dialect of the Lisp programming language, published in American National Standards Institute standard document Information Technology - Programming Language - Common Lisp, formerly X3.226-1994 ....
 world, most languages that use basic S-expression
S-expression

The term S-expression or sexp refers to a convention for representing semi-structured data in human-readable textual form. S-expressions are probably best known for their use in the Lisp programming language family of programming languages....
 syntax and Lisp-like semantics are considered Lisp dialects, even though they vary wildly, as do, say, Bigloo Scheme and newLISP
NewLISP

Newlisp is an open source Scripting language in the Lisp programming language developed by Lutz Mueller and released under the GNU General Public License....
. It is common for one language to have several dialects, this can make it quite hard for an inexperienced programmer to find the right documentation. The BASIC programming language has many dialects
List of BASIC dialects

This article gives an alphabetical list of BASIC dialects—a flat list of interpreter and compiler variants of the BASIC Computer programming programming language....
.

The explosion of Forth dialects led to the saying "If you've seen one Forth... you've seen one Forth."

See also

  • List of BASIC dialects
    List of BASIC dialects

    This article gives an alphabetical list of BASIC dialects—a flat list of interpreter and compiler variants of the BASIC Computer programming programming language....
  • Programming language
    Programming language

    A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer....
  • Computer programming
    Computer programming

    Computer programming is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language....
  • Dialect (programming language)
    Dialect (programming language)

    Dialect is an interpreted programming language created initially by George Harth as a college compilers class project. The base interpreter was then expanded at Aristar, Inc....