enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Richard P. Gabriel - Wikipedia

    en.wikipedia.org/wiki/Richard_P._Gabriel

    Richard P. Gabriel (born 1949) is an American computer scientist known for his work in computing related to the programming language Lisp, and especially Common Lisp.His best known work was a 1990 essay "Lisp: Good News, Bad News, How to Win Big", which introduced the phrase Worse is Better, [1] and his set of benchmarks for Lisp, termed Gabriel Benchmarks, published in 1985 as Performance and ...

  3. Lisp (programming language) - Wikipedia

    en.wikipedia.org/api/rest_v1/page/pdf/Lisp...

    a Lisp interpreter, which it certainly was. So at that point Lisp had essentially the form that it has today ... The result was a working Lisp interpreter which could be used to run Lisp programs, or more properly, "evaluate Lisp expressions". Two assembly language macros for the IBM 704 became the primitive operations for decomposing lists:

  4. Lisp (programming language) - Wikipedia

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

    It has many of the features of Lisp Machine Lisp (a large Lisp dialect used to program Lisp Machines), but was designed to be efficiently implementable on any personal computer or workstation. Common Lisp is a general-purpose programming language and thus has a large language standard including many built-in data types, functions, macros and ...

  5. Greenspun's tenth rule - Wikipedia

    en.wikipedia.org/wiki/Greenspun's_tenth_rule

    The rule expresses the opinion that the argued flexibility and extensibility designed into the programming language Lisp includes all functionality that is theoretically needed to write any complex computer program, and that the features required to develop and manage such complexity in other programming languages are equivalent to some subset of the methods used in Lisp.

  6. 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

  7. David A. Moon - Wikipedia

    en.wikipedia.org/wiki/David_A._Moon

    In 1976, with Steele, he wrote the first (TECO-based) version of the Emacs text editor, [4] [5] and in 1978 with Daniel Weinreb he coauthored the manual for the Lisp Machine, known as the chine nual. With Howard Cannon, he developed Flavors, a system for doing object-oriented programming with multiple inheritance on the Lisp Machine.

  8. LISP 2 - Wikipedia

    en.wikipedia.org/wiki/LISP_2

    LISP 2 was a programming language proposed in the 1960s as the successor to Lisp. It had largely Lisp-like semantics and Algol 60-like syntax. Today it is mostly remembered for its syntax, but in fact it had many features beyond those of early Lisps. Early Lisps had many limitations, including limited data types and slow numerics.

  9. XLISP - Wikipedia

    en.wikipedia.org/wiki/XLISP

    XLISP is a family of Lisp implementations written by David Betz and first released in 1983. [1] The first version was a Lisp with object-oriented extensions for computers with limited power. The second version (XLISP 2.0) moved toward Common Lisp, but was by no means a complete implementation.