About 3,190 results
Open links in new tab
  1. You can run lisp from unix by typing: /usr/pitt/franz-lisp/mlisp You may want to provide a path to the lisp directory so that the executable is seen from anywhere

  2. Nov 9, 2020 · Lisp programs. Chapters 3-9 introduce the essential elements of . isp programming. These chapters pay special attention to critical concepts like the role of pointers in Lisp, the …

  3. Lisp (LISt Processor1) was one of the pioneer programming languages, designed at MIT for Artificial Intelligence applications, and has continued to be one of the most important …

  4. 1) Write a function filter which takes a list and a predicate, and returns the list of the elements from the original list for which the predicate returns true. (There are actually LISP built-ins to …

  5. Lisp has changed a great deal since its early days, and a number of dialects (variation or extension) have existed over its history. Today, the most widely known general-purpose Lisp …

  6. Three other unique features of the book first appear in Chapter 3: evaltrace notation, Lisp Toolkit sections, and a comprehensive graphical representation for Lisp data structures, including …

  7. Examples of Lisp programs that we develop in Part III include search engines, pattern matchers, theorem provers, rule-based expert system shells, semantic networks, algorithms for learning, …