Common Lisp is a standardized version of the Lisp programming language intended for production-strength power.
What is the difference between "set", "setq", and "setf" in Common Lisp?
common-lispI have been programming in Python, PHP, Java and C for a couple or years now, and I just finished …
lisp scheme common-lispWhat's a simple way to check if an item is in a list? Something like (in item list) might return …
list lisp common-lispWhat is the Lisp convention about how many semicolons to use for different kinds of comments (and what the level …
comments lisp common-lisp conventionsI've been using Lisp on and off for a while but I'm starting to get more serious about doing some "…
vim ide lisp common-lispThe intent of my question is not to start a flame war, but rather to determine in what circumstances each …
clojure comparison lisp scheme common-lispBasically, I'd like to do the following, only using Common Lisp instead of Python: print("Hello world.\r\n") I …
format newline common-lispWhat's the difference between eq, eql, equal and equalp, in Common Lisp? I understand that some of them check types, …
syntax common-lisp equalityI know they are dialects of the same family of language called lisp, but what exactly are the differences? Could …
clojure lisp scheme common-lisp racketI've used Slime within Emacs as my primary development environment for Common Lisp (or Aquamacs on OS X), but are …
emacs ide lisp common-lisp