Jump to content

Dialect (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Slightsmile (talk | contribs) at 14:50, 14 October 2016 (Undid revision 744330445 by 71.12.189.127 (talk) unhelpful commentary). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A dialect of a programming language or a data exchange language 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 illegitimate by implementors, so often they will deviate from the standard, making a new dialect. In other cases, a dialect is created for use in a domain-specific language, often a subset. In the Lisp world, most languages that use basic S-expression syntax and Lisp-like semantics are considered Lisp dialects, although they vary wildly, as do, say, Racket and Clojure. As it is common for one language to have several dialects, it can become quite difficult for an inexperienced programmer to find the right documentation. The BASIC programming language has many dialects.

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

See also