About 2,370,000 results
Open links in new tab
  1. Lisp (programming language) - Wikipedia

    Common Lisp is a general-purpose programming language and thus has a large language standard including many built-in data types, functions, macros and other language elements, …

  2. Common Lisp

    Lisp was the natural language to start with. We needed to write lots of code very quickly; and we needed the higher-level power that only Lisp and Allegro CL provides.

  3. Introduction to LISP - GeeksforGeeks

    Mar 17, 2022 · Lisp is the second-oldest high-level programming language in the world which is invented by John McCarthy in the year 1958 at the Massachusetts Institute of Technology.

  4. LISP Tutorial

    Lisp was invented by John McCarthy in 1958 while he was at the Massachusetts Institute of Technology (MIT). This reference will take you through simple and practical approach while …

  5. Beginner's Guide to lisp | Beginner’s Guide to Programming Languages

    Mar 18, 2025 · Lisp, short for “LISt Processor,” is one of the oldest high-level programming languages still in widespread use. Its defining characteristic is its use of s-expressions …

  6. LISP | Artificial Intelligence, Machine Learning & Programming

    LISP, a computer programming language developed about 1960 by John McCarthy at the Massachusetts Institute of Technology (MIT). LISP was founded on the mathematical theory of …

  7. Learn the Lisp Programming Language - freeCodeCamp.org

    Jan 15, 2025 · Through hands-on tutorials, you’ll learn to use Lisp’s powerful REPL (Read-Eval-Print Loop), work with lists, master macros, and explore advanced topics like closures, tail …

  8. LISP - Gordon College

    LISP is the earliest representative of the functional programming language paradigm. Unlike procedural and object-oriented languages - whose theoretical model of computation is the …

  9. What Is The Lisp Programming Language? - Dataconomy

    Mar 11, 2025 · Lisp, an abbreviation for “List Processing,” is a programming language known for its efficient manipulation of symbolic data. It employs a functional programming paradigm, …

  10. What is the Lisp (List Processing) Programming Language

    Sep 27, 2022 · Lisp, an acronym for list processing, is a functional programming language that was designed for easy manipulation of data strings. As one of the oldest programming …