C

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C-INTERCAL by Louis Howell and Eric Raymond

An INTERCAL compiler that works by translating INTERCAL code into C.  Has some small differences from the original INTERCAL language, and some new features including a COME FROM statement and a means of performing arbitrary text I/O based on the Turing Text Model.

See also: TriINTERCAL, Threaded INTERCAL

Come Here by Stewart Gordon

A language that does away with GOTO by using COME FROM instead.  COME FROMs can be computed, and this is the only means of control flow.

Quines in Come Here