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. 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-expressions) …

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

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

  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. Newest 'lisp' Questions - Stack Overflow

    [lisp] The name Lisp derives from "LISt Processing". Sign up to watch this tag and see more personalized content Watch tag Go to Wiki 7,048 questions Newest Active

  7. AutoCad lisp that copy value from selected block by click and paste it ...

    May 29, 2024 · -1 AutoCad lisp: select block, copy value from block's attribute (in my case) "VISINA", select another block and paste into block's attribute (in my case) "RELATIVNA". enter image …

  8. lisp - Is there any method to find and replace text by using AutoLISP ...

    Jun 21, 2022 · I would like to programmatically to produce a code for AutoCAD using VBA. The code will find and replace text in the AutoCAD. I found that AutoLISP allow using script to call the command in …

  9. "undefined variable: COMMON-LISP-USER::PRIMELIST" warning, using …

    Feb 20, 2024 · ; undefined variable: COMMON-LISP-USER::PRIMELIST How should I write the code to avoid this kind of warning ? So I hope somebody with a knowledge of SBCL will be able to give me a …

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