When comparing Common Lisp vs Steel Bank Common Lisp (SBCL), the Slant community recommends Common Lisp for most people. In the question“What are the best Lisp dialects?” Common Lisp is ranked 3rd while Steel Bank Common Lisp (SBCL) is ranked 5th. The most important reason people chose Common Lisp is:
Almost all aspects of the language are designed with interactive/repl use in mind.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Carefully designed for interactive use
Almost all aspects of the language are designed with interactive/repl use in mind.
Pro Very Powerful REPL with SLIME
SLIME (Superior Lisp Interaction Mode for Emacs).
Pro Condition/restart system
It is easy to recover from errors. Error resolution can be determined by the user at the REPL.
Pro Image based runtime
The state of the program may be saved and reloaded as an image, supporting safer modification of the running program. New code may be compiled into the image as the program runs, while late binding ensures that symbol redefinitions take effect throughout the program.
Pro Almost as fast as, or faster than, C
Some compilers such as SBCL can be faster than C or other low-level languages, and most compilers can generate fast native code.
Pro Heavily developped
Has active contributors, including Google and some quantum computing companies engineers.
Pro Type inference and type checking
Incorrect type declarations are treated as errors. SBCL can deduce types quite well.
Pro Actively maintained
Bug-fixes, performance improvements, refinements. New ports.
Pro Fast native code compiler
SBCL (and CMUCL)'s compiler, Python, produces optimized native code.
Pro Easy install
Portacle makes it easy to install SBCL, Emacs and SLIME.
Pro Free Open Source Software
Parts of SBCL are licensed under a BSD-Style license. The rest are in the public domain.