About 871,000 results
Open links in new tab
  1. LISP Examples © Nick Parlante, 1996.Free for non-commerical use. 1) Write a function filter which takes a list and a predicate, and returns the list of the elements from the original list for …

  2. mrkkrp/common-lisp-snippets: Yasnippets for Common Lisp - GitHub

    This is a collection of Yasnippets for Common Lisp. It includes snippets for top-level forms and (as a bonus) headers for popular free-software licenses: GNU GPL and MIT License.

  3. Common Lisp Cheatsheet · GitHub

    Feb 14, 2025 · Common Lisp is a general-purpose programming language with functions as first-class citizens. Don't worry about being purely functional, Lisp is Object Oriented too. CLOS is …

  4. Learn Common Lisp in Y Minutes

    Common Lisp is a general-purpose, multi-paradigm programming language suited for a wide variety of industry applications. It is frequently referred to as a programmable programming …

  5. Common Lisp by Example : r/lisp - Reddit

    Nov 20, 2020 · Personally, I have found "Common Lisp: A Gentle Introduction to Symbolic Computation" and "Practical Common Lisp" to be the two most useful books for getting up to …

  6. The Lisp Programming Language - Sample Programs in Every Language

    Apr 8, 2018 · As it turns out, Lisp, a language developed in 1958, is the second oldest high-level programming language. The only older language is Fortran. Since its inception, the language …

  7. LISP Tutorial

    Lisp Tutorial - Learn the fundamentals of Lisp programming with our comprehensive tutorial. Discover syntax, functions, and practical applications for beginners.

  8. Browse Lisp Code Examples

    Sep 18, 2021 · Write more code and save time using IQCode Lisp ready-made code examples Level up your programming skills with exercises across 52 languages, and insightful …

  9. LISP Tutorial 1: Basic LISP Programming - Simon Fraser University

    LISP expressions are composed of forms. The most common LISP form is function application. LISP represents a function call f (x) as (f x). For example, cos (0) is written as (cos 0). LISP …

  10. Examples of excellent Common Lisp code? - Stack Overflow

    Apr 6, 2010 · I've learned enough Common Lisp to be able to muddle my way through writing an application. I've read Seibel's Practical Common Lisp. What libraries or programs should I be …

  11. Some results have been removed
Refresh