Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), French - Vietnamese)
T
Jump to user comments
1. True. A Lisp compiler by Johnathan A. Rees in 1982 at
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 [email protected].
Current version: 3.1.
.
A multiprocessing version of T is available
.
Runs on Decstation, SPARC, Sun-3, Vax under Unix,
E-mail: [email protected] (bugs).
(1991-11-26)
["The T Manual", Johnathan A. Rees [email protected] et
al, Yale U, 1984].
["T: A Simple Reduction Language Based on Combinatory Term
Rewriting", Ida et al, Proc of Prog Future Generation
Computers, 1988].
3. (lower case) The Lisp atom 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-onlycode.