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

    Actually Common Lisp is not only the extension language, but large parts of the application are written in Common Lisp (plus some C++). Other than that Lisp is a family of diverse dialects …

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

    Jan 10, 2010 · Lisp is the Chuck Norris of programming languages. Lisp is the bar other languages are measured against. Knowing Lisp demonstrates developer enlightenment. I've …

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

    Feb 2, 2011 · The reason is because Common Lisp tries to be economical with character usage in the language and leaves characters like [, ], {and } to the user for his/her own syntax …

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

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

    I'm a Common Lisp fan, but that may be one of those vi-vs-EMACS religious questions. For Scheme, go for Kent Dybvig's Scheme Programming Language, followed by SICP. For …

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

    Jan 17, 2017 · Lisp is a large and complex language with a large and complex runtime to support it. For that reason, Lisp is best suited to large and complicated problems. Now, a complex …

  7. lisp - AutoLISP - Selecting/Moveing Object Multiple Times Using ...

    Jan 12, 2023 · is there any way to select entities given the coordinates? Example: I want to select entities from (-21,8) to (21,-22) <----- upper left and lower right of a rectangle, respectively. …

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

    Jun 17, 2012 · A dotted pair is a cons cell where it's CDR is not a cons itself (recursive definition). So this '(1 .2) is a dotted pair, but this '(1 .

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

    Jul 22, 2016 · If you just want to play with LISP, interactively, quickly, GNU Emacs has a LISP interpreter built in, and listening in the *scratch* buffer. Type an S-expression, position …

  10. LISP - digits after decimal point - Stack Overflow

    Sep 26, 2016 · Common Lisp does not have floats with arbitrary exactness in its standard. Common Lisp defines four float types in the standard: SHORT-FLOAT, SINGLE-FLOAT, …

Refresh