When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Lisp (programming language) - Wikipedia

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

    Lisp (historically LISP, an abbreviation of "list processing") is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. [3] Originally specified in the late 1950s, it is the second-oldest high-level programming language still in common use, after Fortran .

  3. List of Lisp-family programming languages - Wikipedia

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

    The programming language Lisp is the second-oldest high-level programming language with direct descendants and closely related dialects still in widespread use today. The language Fortran is older by one year. [1] [2] Lisp, like Fortran, has changed a lot since its early days, and many dialects have existed over its history.

  4. Category : Common Lisp (programming language) software

    en.wikipedia.org/wiki/Category:Common_Lisp...

    Most Common Lisp Implementations are written in Common Lisp, so those are listed here too. Pages in category "Common Lisp (programming language) software" The following 64 pages are in this category, out of 64 total.

  5. Category:Lisp (programming language) - Wikipedia

    en.wikipedia.org/wiki/Category:Lisp_(programming...

    Lisp (programming language) software (3 C, 6 P) Lisp (programming language) software companies (5 P) P. Lisp (programming language) people (44 P) Pages in category ...

  6. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    Common Lisp is a general-purpose, multi-paradigm programming language. It supports a combination of procedural, functional, and object-oriented programming paradigms. As a dynamic programming language, it facilitates evolutionary and incremental software development, with iterative compilation into efficient run-time programs. This incremental ...

  7. PicoLisp - Wikipedia

    en.wikipedia.org/wiki/PicoLisp

    PicoLisp is a programming language, a dialect of the language Lisp. It runs on operating systems including Linux and others that are Portable Operating System Interface (POSIX) compliant. Its most prominent features are simplicity and minimalism. It is built on one internal data type: a cell.

  8. Category:Lisp programming language family - Wikipedia

    en.wikipedia.org/wiki/Category:Lisp_programming...

    Lisp (programming language) (5 C, 46 P) Logo programming language family (10 P) S. Scheme (programming language) (1 C, 20 P) Pages in category "Lisp programming ...

  9. Lisp (programming language) - Wikipedia

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

    The name LISP derives from "LISt Processor".[13] Linked lists are one of Lisp's major data structures, and Lisp source code is made of lists. Thus, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax or new domain-specific languages embedded in Lisp.