About 255,000 results
Open links in new tab
  1. Is LISP a compiled or interpreted language? - Stack Overflow

    Mar 24, 2016 · Early versions of Lisp programming language and Dartmouth BASIC would be examples interpreter language (parse the source code and perform its behavior directly.). However, Common …

  2. What is lisp used for today and where do you think it's going?

    1 Today lisp is used AI System where the sympolic Data explanation is used.Mainly Lisp is devloped by show the functioning of List. but it use as a symbolic representative language

  3. What's so great about Lisp? - Stack Overflow

    Jan 10, 2010 · 78 “Lisp is a programmable programming language.” — John Foderaro, CACM, September 1991 Here’s my view: On the surface, Lisp is a nice, simple functional programming …

  4. functional programming - Why should I learn Lisp? - Stack Overflow

    Jan 17, 2017 · In summary, learning Lisp (or Scheme) may not yield many practical applications beyond AI but it is an extremely valuable learning experience, as many others have stated. Programming in a …

  5. scheme - What's the best way to learn LISP? - Stack Overflow

    Ansi Common Lisp by Paul Graham is a good book. I think it might be out of print, so your best bet to get it via Amazon. I got the book for a "Natural Language Processing" class I took my sophomore year in …

  6. Is learning LISP useful at all these days? - Stack Overflow

    Learning LISP is a good way to learn functional programming effectively, and is often used as an introductory language for undergraduate students. Many people feel that Structure and Interpretation …

  7. Is it true that Lisp is not a functional programming language?

    May 18, 2011 · Lisp is not a programming language, but a family of programming languages. Clojure is a functional Lisp. On the other hand, Common Lisp does support functional features, but the use of …

  8. artificial intelligence - Why is Lisp used for AI? - Stack Overflow

    Apr 9, 2012 · Lisp is a great language for exploratory programming, for implementing difficult algorithms, for self-modifying and often modified code. In other words, for research code.

  9. What does it mean that "Lisp can be written in itself?"

    Paul Graham wrote that "The unusual thing about Lisp-- in fact, the defining quality of Lisp-- is that it can be written in itself." But that doesn't seem the least bit unusual or definitive to me.

  10. What are the actual differences between Scheme and Common Lisp?

    Mar 23, 2011 · Common Lisp is a fully-fledged, highly dynamic, multi-paradigm language with various ugly but pragmatic features, whose implementations are largely compatible with one another. …