enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Lisp (book) - Wikipedia

    en.wikipedia.org/wiki/Lisp_(book)

    LISP is a university textbook on the Lisp programming language, written by Patrick Henry Winston and Berthold Klaus Paul Horn. It was first published in 1981, and the third edition of the book was released in 1989. [1] The book is intended to introduce the Lisp programming language and its applications. [2]: Preface

  3. Lisp (programming language) - Wikipedia

    en.wikipedia.org/wiki/Lisp_(programming_language)

    Lisp originally had very few control structures, but many more were added during the language's evolution. (Lisp's original conditional operator, cond, is the precursor to later if-then-else structures.) Programmers in the Scheme dialect often express loops using tail recursion. Scheme's commonality in academic computer science has led some ...

  4. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    Common Lisp is sometimes termed a Lisp-2 and Scheme a Lisp-1, referring to CL's use of separate namespaces for functions and variables. (In fact, CL has many namespaces, such as those for go tags, block names, and loop keywords). There is a long-standing controversy between CL and Scheme advocates over the tradeoffs involved in multiple namespaces.

  5. CAR and CDR - Wikipedia

    en.wikipedia.org/wiki/CAR_and_CDR

    Lisp was originally implemented on the IBM 704 computer, in the late 1950s.. The popular explanation that CAR and CDR stand for "Contents of the Address Register" and "Contents of the Decrement Register" [1] does not quite match the IBM 704 architecture; the IBM 704 does not have a programmer-accessible address register and the three address modification registers are called "index registers ...

  6. List of Lisp-family programming languages - Wikipedia

    en.wikipedia.org/wiki/List_of_Lisp-family...

    Statically and dynamically scoped Lisp dialect developed by a loose formation of industrial and academic Lisp users and developers across Europe; the standardizers intended to create a new Lisp "less encumbered by the past" (compared to Common Lisp), and not so minimalist as Scheme, and to integrate the object-oriented programming paradigm well ...

  7. Practical Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Practical_Common_Lisp

    Practical Common Lisp is an introductory book on the programming language Common Lisp by Peter Seibel. [1] It features a fairly complete introduction to the language interspersed with practical example chapters, which show developing various pieces of software [2] [3] such as a unit testing framework, a library for parsing ID3 tags, a spam filter, and a SHOUTcast server.

  8. Common Lisp Object System - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp_Object_System

    Flavors (and its successor New Flavors) was the object system on the MIT Lisp Machine. Large parts of the Lisp Machine operating systems and many applications for it use Flavors or New Flavors. Flavors introduced multiple inheritance and mixins, among other features. Flavors is mostly obsolete, though implementations for Common Lisp do exist.

  9. Lisp-based Intelligent Software Agents - Wikipedia

    en.wikipedia.org/wiki/Lisp-based_Intelligent...

    Lisa is a production-rule system implemented in the Common Lisp Object System (CLOS), and is heavily influenced by CLIPS and the Java Expert System Shell (JESS). At its core is a reasoning engine based on an object-oriented implementation of the Rete algorithm, a very efficient mechanism for solving the difficult many-to-many matching problem. [1]