Questions tagged [intercal]

INTERCAL is an esoteric programming language.

INTERCAL is an esoteric programming language that was created as a parody by Don Woods and James M. Lyon, two Princeton University students, in 1972. It satirizes aspects of the various programming languages at the time, as well as the proliferation of proposed language constructs and notations in the 1960s. INTERCAL was intended to be completely different from all other computer languages. Common operations in other languages have cryptic and redundant syntax in INTERCAL.

Resources

3 questions
16
votes
1 answer

Is there an Intercal mode for GNU Emacs?

I cannot find an Intercal mode for GNU Emacs. Is there one?
Matt Curtis
  • 23,168
  • 8
  • 60
  • 63
3
votes
1 answer

Are there any real world applications written in INTERCAL?

Just out of curiosity: Is there any real world application written in INTERCAL? TIA ;)
runlevel0
  • 2,715
  • 2
  • 24
  • 31
2
votes
0 answers

What is the inverse of INTERCAL select operator?

The INTERCAL select operator denoted by sqiggle(~) takes a selection of bits and compresses them to one end of a word. Section 3.4.1 of the THE INTERCAL PROGRAMMING LANGUAGE REVISED REFERENCE MANUAL states: The select operator takes from the first…
David
  • 121
  • 4