0%

Words that end in sp45

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • vlisp — (language)   1. A Lisp dialect developed by Patrick Greussay <[email protected]> in about 1973 with a fast interpreter and a portable virtual machine. Vlisp introduced the "chronology", a dynamic environment for implementing interrupts. It led to Le_Lisp. See also ObjVlisp. 2. Vincennes LISP.
  • cusp — any of the small elevations on the grinding or chewing surface of a tooth
  • crisp — Food that is crisp is pleasantly hard, or has a pleasantly hard surface.
  • isp — Ichnospecies.
  • pure lisp — A purely functional language derived from Lisp by excluding any feature which causes side-effects.
  • common esp — (language)   (CESP) A Unix-based version of ESP (Extended Self-containing Prolog) from Mitsubishi's AI Language Institute.
  • last gasp — a sudden, short intake of breath, as in shock or surprise.
  • rtsp — Real Time Streaming Protocol
  • qlisp — 1. SRI 1973. General problem solving, influenced by PLANNER. QA4 features merged with INTERLISP. 2. A parallel LISP.
  • common lisp — (language)   A dialect of Lisp defined by a consortium of companies brought together in 1981 by the Defence Advanced Research Projects Agency (DARPA). Companies included Symbolics, Lisp Machines, Inc., Digital Equipment Corporation, Bell Labs., Xerox, Hewlett-Packard, Lawrence Livermore Labs., Carnegie-Mellon University, Stanford University, Yale, MIT and USC Berkeley. Common Lisp is lexically scoped by default but can be dynamically scoped. Common Lisp is a large and complex language, fairly close to a superset of MacLisp. It features lexical binding, data structures using defstruct and setf, closures, multiple values, types using declare and a variety of numerical types. Function calls allow "&optional", keyword and "&rest" arguments. Generic sequence can either be a list or an array. It provides formatted printing using escape characters. Common LISP now includes CLOS, an extended LOOP macro, condition system, pretty printing and logical pathnames. Implementations include AKCL, CCL, CLiCC, CLISP, CLX, CMU Common Lisp, DCL, KCL, MCL and WCL. Mailing list: <[email protected]>.