Penguin

Differences between current version and revision by previous author of INTERCAL.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Tuesday, November 11, 2003 5:03:16 pm by AristotlePagaltzis
Older page: version 1 Last edited on Friday, August 2, 2002 2:07:52 pm by SamJansen Revert
@@ -1,13 +1,13 @@
-Though not directly Linux related, INTERCAL does run on Linux
+;: '' INTERCAL. The language designed to be Turing-complete but as fundamentally unlike any existing language as possible. Expressions that look like line noise. Control constructs that will make you gasp, make you laugh, and possibly make you hurl. Data structures? We don't need no steenking data structures!'' %%% -- EricRaymond  
  
-Exerpt
+; : ''INTERCAL is a programming language like no other. This is good, or at least, it is good that other languages are as unlike INTERCAL as possible.'' %%% -- [The Pit|http://www.webcom.com/nazgul/intercal.html]  
  
-"INTERCAL. The language designed to be Turing -complete but as fundamentally unlike any existing language as possible . Expressions that look like line noise . Control constructs that will make you gasp , make you laugh , and possibly make you hurl . Data structures? We don 't need no steenking data structures!
+;: '' The obvious choice was INTERCAL (I'm still quite surprised that I'm the only one who picked it -- most people did Java??) . Anyway, it was not favourably received ...when [[the professor] handed it back , he said , "Ah. I see you're someone with a sense of humour . Unfortunately for you, I 'm not. "'' %%% -- Alexander Garrett, about [a paper he wrote for his Spring 1997 Programming Languages: Theory and Design class|http://catb.org/~esr/intercal/paper.html]  
  
-INTERCAL was originally developed in 1972 and lives on through the C-INTERCAL compiler. More information can be found at [http://www.tuxedo .org/~esr/intercal/]. 
+INTERCAL was originally developed in 1972 and lives on through the C-INTERCAL compiler. More information can be found at the [INTERCAL Resources Page| http://www.catb .org/~esr/intercal/]. 
  
-Rather than trying to describe the language, it's probably best to show an example. This one was written in Tri-INTERCAL: it merely counts to 10. 
+Rather than trying to describe the language, it's probably best to show an example. The code below was written in Tri-INTERCAL: it merely counts to 10. You may also want to see [a sample implementation of ROT13|http://www.ofb.net/~jlm/rot13.i] in [INTERCAL]. Then again, you may not. ("4 pages of completely indecipherable code", according to [its author|http://www.ofb.net/~jlm/intercal.html].)  
  
  DO ,1 <- #16 
  DO :2 <- #6490$#55022 
  PLEASE DO (44) NEXT 
@@ -50,4 +50,7 @@
  DO .1 <- "^.1$.8"~"#0$#29524" 
  PLEASE DO (42) NEXT 
  (81) DO .8 <- !8$#0'~"#9841$#1" 
  (15) PLEASE RESUME '?"!2~.2'~#2"$#1'~#1 
+  
+----  
+CategoryProgrammingLanguages, CategoryObfuscatedProgrammingLanguages