sbcl
Mirror of Steel Bank Common Lisp (SBCL)'s official repository (by sbcl)
abcl
Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge (by armedbear)
Our great sponsors
sbcl | abcl | |
---|---|---|
33 | 3 | |
1,493 | 206 | |
2.1% | 2.9% | |
9.9 | 8.1 | |
5 days ago | about 1 month ago | |
Common Lisp | Common Lisp | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sbcl
Posts with mentions or reviews of sbcl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-17.
-
Permissive Licenses are Counterintuitive
But sometimes, there are other incompatible licenses, even for open source software. Sometimes, even if you could build a derived work under GPL, nobody wants to maintain that fork when they could keep using a more-permissive one. So, for example, SBCL is under BSD and public domain licenses, so it doesn't link against Readline. Which makes it really unpleasant to use directly -- if you're used to REPLs from things like Ruby or Python, one where you can't even hit left-arrow while editing a line just seems stupid.
-
What would it take to make this code work? (a question on cross-compilation)
SBCL apparently *does* support cross-compilation of SBCL itself, if this https://github.com/sbcl/sbcl/tree/master/crossbuild-runner is what I think it is. I wonder how much that is used in practice...
-
New to lisp. Not new to programming.
Has an obvious answer? See https://github.com/sbcl/sbcl/graphs/contributors
-
Just found this sub!
If you like Lisp languages, Emacs is great, Steel Bank Common Lisp (SBCL) is great, Guile Scheme is great.
- The SBCL repository reaches 20,000 commits
-
Sbcl require asdf failing build
More information about SBCL is available at .
sbcl --dynamic-space-size 3072 --no-userinit --non-interactive --eval '(load #p"/home/bhaskar/Downloads/asdf-3.3.5/build/asdf.lisp")'/Downloads/asdf-3.3.5/build/asdf.lisp")' This is SBCL 2.1.4, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.
-
Common Lisp Windows 10 install
You can go to https://github.com/sbcl/sbcl -> Actions -> Windows and enter e.g. branch:sbcl-2.2.0 into the "Filter workflow runs" textfield. This will lead you to https://github.com/sbcl/sbcl/actions/runs/1638267807. From there you can download a Windows installer for SBCL 2.2.0.
- What are some of the best resources to get started in scheme?
-
Python bytecode explained
See e.g. CMUCL and its latter day fork SBCL, type inferencing native lisp compilers (which also had a lot of influence on the direction of various other Lisp and other language compilers).
abcl
Posts with mentions or reviews of abcl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-13.
-
ABCL -- can't instantiate a class
https://github.com/armedbear/abcl/issues/376#issuecomment-840912513
i opened this issue https://github.com/armedbear/abcl/issues/376
-
Paul Graham recounts his work on Lisp and other things
Ashwin Ram's "An Ode to the Growth of Programs" https://github.com/armedbear/abcl/commit/d58dd55fc1abd9777b53fa9bc2dc5d349ab231b7
What are some alternatives?
When comparing sbcl and abcl you can also consider the following projects:
ccl - Clozure Common Lisp
sb-simd - A convenient SIMD interface for SBCL.
common-lisp-jupyter - A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
BQN - An APL-like programming language. Self-hosted!
cl-ppcre - Common Lisp regular expression library
maiko - Medley Interlisp virtual machine
seed7 - Source code of Seed7
lisp-xl - Common Lisp Microsoft XLSX (Microsoft Excel) loader for arbitrarily-sized / big-size files
portacle - A portable common lisp development environment
Co-dfns - High-performance, Reliable, and Parallel APL
qlot - A project-local library installer for Common Lisp
cloc - cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.