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

    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 …

  2. Common Lisp

    Build reusable and extensible class hierarchies using the Common Lisp Object System. Design patterns disappear as you adapt the language to your problem domain.

  3. 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 learning LISP …

  4. Introduction to LISP - GeeksforGeeks

    Mar 17, 2022 · Lisp is a programming language that has an overall style that is organized around expressions and functions. Every Lisp procedure is a function, and when called, it returns a data …

  5. Welcome to Common-Lisp.net!

    Mar 10, 2025 · Welcome to the amazing world of Common Lisp, the programmable programming language. This site is one among many gateways to Common Lisp. Its goal is to provide the …

  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. LISP - Gordon College

    LISP is the second oldest higher-level language (after FORTRAN), first developed by John McCarthy (then of MIT) following the Dartmouth Conference of 1956 that is often taken as the birth of the …

  8. From S-Expressions to AI: A Deep Dive into Lisp ... - SoftwareDominos

    Mar 12, 2024 · Discover the power of Lisp programming language with our comprehensive overview. Learn about Lisp's unique features, its history, and why it's still relevant today.

  9. 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 recursion, …

  10. Learn Common Lisp

    This section contains Common Lisp tutorials and more in-depth guides on specific subjects. Alternatively, you can checkout the books section and find a tutorial you like.