Encyclopedia > Whitespace programming language

  Article Content

Whitespace (programming language)

Redirected from Whitespace programming language

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.

See also: Brainfuck programming language


For other uses of Whitespace, see Whitespace and Whitespace_(art)[?]



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... 2nd century - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 ...

 
 
 
This page was created in 24.2 ms