thyroid hormone similar to thyroxine but with one less iodine atom per molecule and produced in smaller quantity; exerts the same biological effects as thyroxine but is more potent and briefer
From The Free On-line Dictionary of Computing: (http://www.foldoc.org/, Editor Denis Howe)
1. True. A Lisp compiler by Johnathan A. Rees in 1982 at Yale University. T has static scope and is a near-superset of Scheme. Unix source is available. T is written in itself and compiles to efficient native code. Used as the basis for the Yale Haskell system. Maintained by David Kranz kranz@masala.lcs.mit.edu.
["T: A Simple Reduction Language Based on Combinatory Term Rewriting", Ida et al, Proc of Prog Future Generation Computers, 1988].
3. (lower case) The Lispatom used to represent "true", among other things. "false" is represented using the same atom as an empty list, nil. This overloading of the basic constants of the language helps to make Lisp write-only code.
4. In transaction-processing circles, an abbreviation for "transaction".