About 2,420,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 …

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

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

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

  5. 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.

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

  7. Easy ways to try out and test Lisp syntax? - Stack Overflow

    Jul 22, 2016 · 15 Clojure has introduced me to the concept of Lisp syntax, and I'm interested, but it's a pain to get the Clojure repl set up and use it on different machines. What other resources …

  8. Lisp - How can I check if a list is a dotted pair? - Stack Overflow

    Jun 17, 2012 · Lisp - How can I check if a list is a dotted pair? Asked 12 years, 9 months ago Modified 4 years, 11 months ago Viewed 6k times

  9. Why should I learn Lisp? [closed] - Stack Overflow

    Jan 17, 2017 · I really feel that I should learn Lisp and there are plenty of good resources out there to help me do it. I'm not put off by the complicated syntax, but where in "traditional …

  10. scheme - Definition of "lisp form"? - Stack Overflow

    Jul 4, 2010 · I'm afraid that lisp datum is not correct wording, as datum in Lisp is defined as 'An a-list is a list of pairs, the car of a pair is called the key, and the cdr is called datum' from p431 …

Refresh