Esoteric programming language: Difference between revisions

Content deleted Content added
Tags: Reverted Visual edit
ShawnJB (talk | contribs)
noLang is a satirical project that is not a practical programming language but rather a humorous concept designed to do nothing when you write code in it.
Tags: Manual revert section blanking
Line 126:
=== Whitespace ===
[[Whitespace (programming language)|Whitespace]] uses only whitespace characters (space, tab, and return), ignoring all other characters, which can therefore be used for comments. This is the reverse of many traditional languages, which do not distinguish between different whitespace characters, treating tab and space the same. It also allows Whitespace programs to be hidden in the source code of programs in languages like C.{{citation needed|date=April 2022}}
 
=== noLang ===
[https://github.com/ambr0sial/nolang noLang] is a computer programming language based on [[Python (programming language)|Python]] which supports nothing. It only recognizes identifiers (variable names) but do nothing with them.
 
== Cultural context ==