|
Whitespace programming language |
|
|
|
The Whitespace programming language is a language that deals only with invisible characters (spaces, tabs and newlines). Any non whitespace characters are ignored. Only spaces, tabs and newlines are considered syntax.
Below is an extract from a program which asks for a name then outputs it (see here for the full script.
|