Interlisp-D - definizione. Che cos'è Interlisp-D
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è Interlisp-D - definizione

DIALECT OF THE LISP PROGRAMMING LANGUAGE
InterLisp; INTERLISP; InterLISP; Interlisp-D; Interlisp-10; INTERLISP-D

Interlisp-D         
Interlisp-10         
Interlisp         
<language> A dialect of Lisp developed in 1967 by {Bolt, Beranek and Newman} (Cambridge, MA) as a descendant of BBN-Lisp. It emphasises user interfaces. It is currently[?] supported by Xerox PARC. Interlisp was one of two main branches of LISP (the other being MACLISP). In 1981 Common LISP was begun in an effort to combine the best features of both. Interlisp includes a Lisp programming environment. It is {dynamically scoped}. LAMBDA functions evaluate their arguments, NLAMBDA functions do not. Any function could be called with optional arguments. See also AM, CLISP, Interlisp-10, Interlisp-D. ["Interlisp Programming Manual", W. Teitelman, TR, Xerox Rec Ctr 1975]. (2004-05-07)

Wikipedia

Interlisp

Interlisp (also seen with a variety of capitalizations) is a programming environment built around a version of the programming language Lisp. Interlisp development began in 1966 at Bolt, Beranek and Newman (renamed BBN Technologies) in Cambridge, Massachusetts with Lisp implemented for the Digital Equipment Corporation (DEC) PDP-1 computer by Danny Bobrow and D. L. Murphy. In 1970, Alice K. Hartley implemented BBN LISP, which ran on PDP-10 machines running the operating system TENEX (renamed TOPS-20). In 1973, when Danny Bobrow, Warren Teitelman and Ronald Kaplan moved from BBN to the Xerox Palo Alto Research Center (PARC), it was renamed Interlisp. Interlisp became a popular Lisp development tool for artificial intelligence (AI) researchers at Stanford University and elsewhere in the community of the Defense Advanced Research Projects Agency (DARPA). Interlisp was notable for integrating interactive development tools into an integrated development environment (IDE), such as a debugger, an automatic correction tool for simple errors (via do what I mean (DWIM) software design), and analysis tools.