Jump to content

Iota and Jot

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by IM Serious (talk | contribs) at 12:20, 1 January 2017 (→‎Iota). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Iota and its successor Jot (from Greek iota, Hebrew yodh, the smallest letters in those two alphabets) are extremely minimalist formal systems, designed to be even simpler than other more popular alternatives, such as the lambda calculus and SKI combinator calculus. They can therefore also be considered minimalist computer programming languages, or Turing tarpits, esoteric programming languages that are designed to be as small as possible but still Turing-complete. Both systems use only two symbols and involve only two operations. Zot is a successor to Iota that includes input and output.[1]

Iota's universal combinator has a very simple structure (defined here using denotational semantics in terms of the lambda calculus):

From this, one can recover the usual SKI basis combinators as follows:

Because of its minimalism, it has influenced research concerning Chaitin's constant.[2]

Iota

Iota represents trees of the aforementioned combinator leafs consed by function application in LL(1) Polish notation

  iota = "U" | "$" iota iota

so that for example denotes , whereas denotes .

Jot

Zot

See also

References

  1. ^ Barker, Chris. "Zot". The Esoteric Programming Languages Webring. Archived from the original on 12 March 2016. Retrieved 4 October 2016.
  2. ^ Stay, Michael (August 2005). "Very Simple Chaitin Machines for Concrete AIT". Fundamenta Informaticae. 68 (3). IOS Press: 231–247. Retrieved 20 February 2011.