Top "Common-lisp" questions

Common Lisp is a standardized version of the Lisp programming language intended for production-strength power.

How can I run SBCL code under a Unix-like operating system in a convenient way?

(David James both wrote the question and an answer. I'll edit it to conform to Stackoverflow standards.) Using SBCL you …

lisp common-lisp sbcl
Difference between CDR, CAR and REST, FIRST and possible implementation?

I'm learning a little bit about functional programming in LISP and here's what I've bumped into: LISP uses CAR, CDR …

list lisp common-lisp cdr
How does "Cons" work in Lisp?

I was studying Lisp and I am not experienced in Lisp programming. In a part of my studies I encountered …

lisp common-lisp cons
Lisp as a Scripting Language in a C++ app

Hey, I've been looking at the possibility of adding a scripting language into my framework and I heard about Lisp …

c++ scripting lisp scheme common-lisp
(Random) in Common Lisp Not So Random?

Okay, final question and I'll have finished my number guessing game in Common Lisp! :D Whenever the game starts (or …

random lisp common-lisp sbcl
Porting Common Lisp code to Clojure

How practical is it to port a Common Lisp application to Clojure? To be more specific, what features exist in …

lisp clojure common-lisp
The #' in common lisp

In chapter 3 of Practical Common Lisp book there's an example of a SQL-like select and where functions. Here's a simplified …

common-lisp quote