Jump to content

Whitespace (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TopKnot (talk | contribs) at 22:38, 2 April 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Whitespace is a programming language developed by Edwin Brady and Chris Morris in 2003. The interpreter ignores any non whitespace characters. Only spaces, tabs and newlines are considered syntax.

The language itself is an imperative, stack based language. The virtual machine on which programs run has a stack and a heap. The programmer is free to push arbitrary width integers onto the stack (only integers, currently there is no implementation of floating point or real numbers). The user can also access the heap by the as a permanent store of variables and data structures.