95.2k views
5 votes
How is whitespace usually created?

User Mdahlman
by
8.3k points

2 Answers

2 votes
In computer science white space is any character or series of characters that represent horizontal of vertical space in typography.
User Campo
by
8.6k points
2 votes
Whitespace is an esoteric programming language developed by Edwin Brady and Chris Morris at the University of Durham. It was released on 1 April 2003. Its name is a reference to whitespace characters. Unlike most programming languages, which ignore or assign little meaning to most whitespace characters, the Whitespace interpreter ignores any non-whitespace characters. Only spaces, tabs and linefeeds have meaning. An interesting consequence of this property is that a Whitespace program can easily be contained within the whitespace characters of a program written in another language, except possibly in languages which depend on spaces for syntax validity such as Python, making the text a polyglot.
User WonderCsabo
by
7.9k points