INTERCAL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''INTERCAL''' is a programming language which was created in 1972 as a parody. Its constructs are designe...") |
Dan Tobias (Talk | contribs) (→References) |
||
Line 10: | Line 10: | ||
== References == | == References == | ||
* [http://en.wikipedia.org/wiki/INTERCAL INTERCAL (Wikipedia)] | * [http://en.wikipedia.org/wiki/INTERCAL INTERCAL (Wikipedia)] | ||
+ | * [http://rosettacode.org/wiki/99_Bottles_of_Beer/Intercal 99 Bottles of Beer program in INTERCAL] |
Revision as of 00:43, 19 November 2012
INTERCAL is a programming language which was created in 1972 as a parody. Its constructs are designed to be maximally obtuse and incomprehensible, with statements such as PLEASE GIVE UP (which terminates the program). Later versions added the infamous COME FROM statement, the inverse of the more common GO TO (which was "considered harmful" in a famous computer science paper).
The language is actually Turing-complete, and hence capable of implementing any algorithm, though the programmer might be driven into advanced stages of insanity from the attempt.