Iota and Jot

1

In formal language theory and computer science, Iota and Jot (from Greek iota ι, Hebrew yodh י, the smallest letters in those two alphabets) are languages, extremely minimalist formal systems, designed to be even simpler than other more popular alternatives, such as lambda calculus and SKI combinator calculus. Thus, they can also be considered minimalist computer programming languages, or Turing tarpits, esoteric programming languages designed to be as small as possible but still Turing-complete. Both systems use only two symbols and involve only two operations. Both were created by professor of linguistics Chris Barker in 2001. Zot (2002) is a successor to Iota that supports input and output. Note that this article uses Backus-Naur form to describe syntax.

Universal iota

Chris Barker's universal iota combinator ι has the very simple λf.fSK structure defined here, using denotational semantics in terms of the lambda calculus, From this, one can recover the usual SKI expressions, thus: Because of its minimalism, it has influenced research concerning Chaitin's constant.

Iota

Iota is the LL(1) language that prefix orders trees of the aforementioned Universal iota ι combinator leafs, consed by function application ε, so that for example 11,011 denotes, whereas 101,011 denotes.

Jot

Jot is the regular language consisting of all sequences of 0 and 1, The semantics is given by translation to SKI expressions. The empty string denotes I, w0 denotes (([w]S)K), where [w] is the translation of w, and w1 denotes (S(K[w])). The point of the w1 case is that the translation satisfies for arbitrary SKI terms A and B. For example, holds for arbitrary strings w. Similarly, holds as well. These two examples are the base cases of the translation of arbitrary SKI terms to Jot given by Barker, making Jot a natural Gödel numbering of all algorithms. Jot is connected to Iota by the fact that and by using the same identities on SKI terms for obtaining the basic combinators K and S.

Zot

The Zot and Positive Zot languages command Iota computations, from inputs to outputs by continuation-passing style, in syntax resembling Jot, where 1 produces the continuation , and 0 produces the continuation , and wi consumes the final input digit i by continuing through the continuation w.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article