About 50 results
Open links in new tab
  1. 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 …

  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. So what is it …

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

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

  5. What makes Lisp macros so special? - Stack Overflow

    Nov 6, 2008 · But Lisp is different. Lisp macros do have access to the parser, and it is a really simple parser. A Lisp macro is not handed a string, but a preparsed piece of source code in the form of a …

  6. Which dialect of Lisp should I learn? - Stack Overflow

    I know there are a few different dialects of Lisp. Having decided that learning Lisp would be a new intellectual experience, I would like to know which Lisp dialect to learn, and why. Is there one...

  7. 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, more …

  8. Using Lisp in C# - Stack Overflow

    Mar 18, 2015 · Clojure is a Lisp-1 that is compiled on-the-fly to Java bytecode, leading to very good runtime performance. You can use Clojure, and cross-compile it to a .NET assembly using IKVM 's …

  9. What is the difference between Lisp-1 and Lisp-2? - Stack Overflow

    Jan 2, 2011 · I have tried to understand the difference between Lisp-1 and Lisp-2 and how this relates to Clojure but I still do not understand properly. Can anyone enlighten me?

  10. build - Lisp Executable - Stack Overflow

    Most Common Lisp implementations also provide a "save-world" mechanism that makes it possible to save a snapshot of the current lisp image, in a form which can later be restarted. A Common Lisp …