0%

26-letter words containing g, l, u, t, e

  • richthofen's flying circus — the German 11th Chasing Squadron of World War I, commanded by Baron Richthofen
  • simulating digital systems — Fortran-like language for describing computer logic design. Sammet 1969, p.622.
  • slip through one's fingers — any of the terminal members of the hand, especially one other than the thumb.
  • software writer's language — (language)   (SWL) /swil/ An industrial strength dialect of Pascal that allowed multiple source code files, originally developed at Control Data Corporation (CDC) prior to 1973. Development continued at the Integrated Systems Laboratory. SWL was adopted by NCR as its corporate operating system and compiler implementation language (1978-1982+). The NCR SWL dialect was renamed NCRL (NCR Language) in 1981 and continued development [until ?].
  • solemn league and covenant — an agreement (1643) between the parliaments of Scotland and England permitting the promotion of Presbyterianism in Scotland, England, and Ireland.
  • st andrews static language — (language)   (SASL) A functional programming language designed by Professor David Turner in 1976 whilst at St. Andrews University. SASL is a derivative of ISWIM with infinite data structures. It is fully lazy but weakly typed. It was designed for teaching functional programming, with very simple syntax. Example syntax: def fac n = n = 0 -> 1 ; n x fac(n-1) A version of the expert system EMYCIN has been written in SASL. SASL was originally known as "St Andrews Standard Language". Not to be confused with SISAL.
  • straight from the shoulder — direct, honest, and forceful in expression; outspoken.
  • straight-from-the-shoulder — direct, honest, and forceful in expression; outspoken.
  • string processing language — (language)   (SPRING)
  • strong nuclear interaction — an interaction between elementary particles responsible for the forces between nucleons in the nucleus. It operates at distances less than about 10–15 metres, and is about a hundred times more powerful than the electromagnetic interaction
  • subset-equational language — (SEL) A declarative language for set processing by Bharat Jayaraman with subset and equational program clauses; pattern matching over sets (it supports efficient iteration over sets); annotations to say which functions distribute over union in which arguments (for point-wise/incremental computation over sets); defining transitive closures through circular constraints (implemented by mixed top-down/memoisation and bottom-up strategy); meta-programming and simple higher-order programming; modest user-interface including tracing. The SEL compiler, written in Quintus Prolog, generates WAM-like code, extended to deal with set-matching, memoisation, and the novel control structure of the language. The run-time system is written in C. E-mail: Bharat Jayaraman <[email protected]>.
  • tabulating machine company — (company)   The company founded in 1896 by Herman Hollerith to exploit his invention of the punched card. It became part of IBM in 1924.
  • technological unemployment — unemployment caused by technological changes or new methods of production in an industry or business.
  • textured vegetable protein — soya meat; a meat substitute that is made from soy flour
  • the single european market — the free trade policy that operates between members of the European Union
  • to call something your own — If you have something you can call your own, it belongs only to you, rather than being controlled by or shared with someone else.
  • to cut a particular figure — If you say that someone cuts a particular figure, you mean that they appear to other people in the way described.
  • to laugh in someone's face — If someone laughs in your face, they are openly disrespectful towards you.
  • to throw down the gauntlet — If you throw down the gauntlet to someone, you say or do something that challenges them to argue or compete with you.
  • unidentified flying object — UFO, flying saucer
  • very long instruction word — (language, architecture)   (VLIW) Used to describe a machine code instruction set implemented using horizontal microcode. A horizontally encoded instruction word which encodes four or more operations might be considered "very long". VLIW architectures are sometimes classified as a type of static superscalar architecture. They are static in the sense that which units operate in parallel is determined by the instruction rather than by dynamic scheduling at run time. Producing code for VLIW machines is difficult; trace scheduling is a helpful compiler technique. The most famous VLIW machine was built by (the late) Multiflow Computer, Inc.
  • vienna definition language — (VDL) IBM Vienna Labs. A language for formal, algebraic definition via operational semantics. Used to specify the semantics of PL/I. See also VDM.
  • yaml ain't markup language — (data, language)   (YAML) A data serialisation language designed to be readable and writable by humans and to work well with modern programming languages. YAML uses printable Unicode characters to represent both structure and data. The structural syntax is simple and terse. For example, indentation is used for structure, colons separate pairs, and dashes are used for list items. YAML can represent mappings (hashes or dictionaries), sequences (arrays or lists), scalars (strings or numbers), or any combination of the above. It has a simple typing system and reference syntax. Its structures will be particularly familiar to programmers using Perl, Python, PHP, Ruby, or Javascript, but YAML can be used with any programming language. YAML is, in some respects, a simpler alternative to XML, though it does not share the constraints imposed by XML's SGML legacy and has somewhat different aims.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?