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?

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

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

  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. Lisp: list vs S-expression - Stack Overflow

    May 27, 2012 · Today most Lisp program code is written using s-expressions. This is described here: McCarthy, Recursive Functions of Symbolic Expressions. In a Lisp programming …

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

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

  9. Are there any Common Lisp implementations for .Net?

    Sep 21, 2008 · #Script Lisp. I'm developing #Script Lisp, an enhanced version of Nukata Lisp with a number of new features that reuses #Script existing scripting capabilities to provide …

  10. Is learning LISP useful at all these days? - Stack Overflow

    The general Lisp idea is the same for Common Lisp or Scheme or Emacs Lisp or Clojure, but the specifics will be different - so keep that in mind if reading Graham's book, which focuses …

Refresh