T

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

Tamerlane by Chris Pressey

A graph-rewriting system, created as a cross between various programming paradigms.

Threaded INTERCAL by Malcolm Ryan

An extension of C-INTERCAL allowing multithreading to be done using multiple COME FROM statements referencing the same label.  It includes a few new features to facilitate communication between threads.

TLWNN by Stewart Gordon

The Language With No Name.  Correspondingly, nothing in this language has a name.  It has a handful of instructions manipulating two stacks on which data and procedures are stored.  There is a library of standard arithmetic and I/O functions, which also have no names.

TriINTERCAL by Louis Howell and Eric Raymond

An INTERCAL variation supported by the C-INTERCAL compiler, created as a response to a deficiency in INTERCAL's attempt to be unlike any other language.  INTERCAL uses familiar 16-bit and 32-bit integers and bitwise operations; TriINTERCAL works in trinary (ternary, whatever you call it), with 10-trit and 20-trit integer types, and has a corresponding set of tritwise operations.

The C-INTERCAL compiler also generalises the concept to all bases up to 7, but the documentation doesn't give names for the variants.

TURKEY BOMB by Chris Pressey

The only programming language that doubles as a drinking game.  It has many bizarre data types and operations.