Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), French - Vietnamese)
Q
Jump to user comments
language A very high level language by Per Bothner based
on lazy generalised sequences. Q has lexical scope, and
some support for logic programming[?] and constraint
programming. The language includes small subsets of CommonLisp and Scheme.
Q was a test-bed for programming language ideas. Where APL
uses arrays for looping, Q uses generalised sequences which
may be infinite and may be stored or calculated on demand. It
has macros, primitives to run programs, and an
interactive command language.