About 31,300,000 results
Open links in new tab
  1. What is lisp used for today and where do you think it's going?

    Lisp is used in many applications, but mostly not the way CS students learn it. They use Lisp for basic CS concepts. Real Lisp software often looks different. More macros, more object-oriented, …

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

    Apr 9, 2012 · Common Lisp was never intended to be the AI language, it was created to be used in the industry. For research, Scheme is usually used. And never, ever judge a language by its age - …

  3. lisp - What is an S-Expression - Stack Overflow

    Oct 23, 2022 · Code in any language that amount to a value is an expression. Lisp code is just lists with elements, a fundmental datastructure in lisp, however the plan was to use a syntax (m …

  4. Lisp: list vs S-expression - Stack Overflow

    May 27, 2012 · But with Lisp and lists, things get a little trickier because everything in a Lisp program is technically a list. For example, consider this expression: (+ 1 2) The above is a straightforward …

  5. syntax - What does # mean in LISP - Stack Overflow

    Feb 2, 2011 · Often Lisp users develop embedded languages and to make that a bit easier, the Common Lisp standard tries to keep character usage down to a minimum and also provides the …

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

    Jan 10, 2010 · I don't know enough Lisp to say whether it's good or bad. It seems like everyone who has used Lisp loves it, yet the most popular languages these days are descended from C. So …

  7. What's the difference between ' and #' in Lisp? - Stack Overflow

    Feb 5, 2011 · What's the difference between ' and #' in Lisp? Asked 14 years, 1 month ago Modified 8 years, 2 months ago Viewed 1k times

  8. Newest 'lisp' Questions - Stack Overflow

    I am a beginner lisp programmer, and I'm following the Practical Common Lisp book, specifically chapter 9. After finishing the chapter, I've tried to expand the unit-testing environment.

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

  10. Lisp: How to write an if statement with multiple conditions?

    Feb 3, 2022 · Lisp: How to write an if statement with multiple conditions? Asked 3 years, 5 months ago Modified 3 years, 5 months ago Viewed 2k times