Top "Sbcl" questions

Steel Bank Common Lisp: an open-source compiler and runtime implementation of ANSI Common Lisp.

Running a Common Lisp function from a Terminal command prompt

I'm having some difficulty finding an answer to this, so maybe it isn't possible. I'd like the flexibility of being …

lisp common-lisp sbcl
How can I simply "run" lisp files

Python When I learned Python I installed it on windows with a nice gui installer and all .py files would …

windows lisp file-association sbcl
Compiling Common Lisp to an executable

I recently started learning Common Lisp using SBCL. How can I compile my Lisp programs into a Windows binary?

build common-lisp sbcl
What are the main differences between CLISP, ECL, and SBCL?

I want to do some simulations with ACT-R and I will need a Common Lisp implementation. I have three Common …

common-lisp sbcl clisp ecl
How to convert byte array to string in Common Lisp?

I'm calling a funny API that returns a byte array, but I want a text stream. Is there an easy …

common-lisp sbcl
How to change SBCL's current directory?

It is very easy to change CLisp's current working directory: >cat ~/.clisprc.lisp ;;; The following lines added by ql:…

common-lisp sbcl clisp
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
(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
Loading a file in common lisp

I've been learning/playing around with common lisp for some time(few months), and I still have some difficulty understanding …

import load lisp common-lisp sbcl