Proper noun
INTERCAL
(programming) A parody programming language created in 1972.
Common operations in other languages have cryptic and redundant syntax in INTERCAL. Source: Internet
Despite the language's intentionally obtuse and wordy syntax, INTERCAL is nevertheless Turing-complete : given enough memory, INTERCAL can solve any problem that a Universal Turing machine can solve. Source: Internet
In "Technomasochism", citation Lev Bratishenko characterizes the INTERCAL compiler as a dominatrix: If PLEASE was not encountered often enough, the program would be rejected; that is, ignored without explanation by the compiler. Source: Internet
Combined with other words that are rarely used in programming languages but appear as statements in INTERCAL, the code reads like someone pleading. Source: Internet
Hello, world The traditional "Hello, world!" program demonstrates how different INTERCAL is from standard programming languages. Source: Internet
However, each of these variables has its own stack on which it can be pushed and popped (STASHed and RETRIEVEd, in INTERCAL terminology), increasing the possible complexity of data structures. Source: Internet