maiko
sbcl
Our great sponsors
maiko | sbcl | |
---|---|---|
2 | 30 | |
74 | 1,470 | |
- | 1.0% | |
7.6 | 9.9 | |
4 days ago | 4 days ago | |
C | Common Lisp | |
MIT License | GNU General Public License v3.0 or later |
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.
maiko
- How practical could CLOS paired with a Smalltalk-like IDE be?
-
"Interlisp is a very large software system"
https://github.com/Interlisp/maiko has ~72K lines of C (src, inc, bin/make*) which corresponds to microcode and BCPL on Dorado.
sbcl
-
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).
-
sbcl 2.1.11 gives internal error 222: NIL; args=NIL
The feature that is most likely causing this has be disabled now in https://github.com/sbcl/sbcl/commit/f66c6e355b23c456dbf7cd41988c9c48f7672533
-
The Melancholy Decline of the Semicolon
Why? Code requires comments regardless of language in order to explain the why as opposed to the what. See e.g. https://github.com/sbcl/sbcl/search?q=kludge for examples.
-
How to downgrade sbcl?
I am not able to find that version on their site for download and the homebrew repo does not have it either.
What are some alternatives?
ccl - Clozure Common Lisp
abcl - Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
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.
cl-ppcre - Common Lisp regular expression library
BQN - An APL-like programming language. Self-hosted!
lisp-xl - Common Lisp Microsoft XLSX (Microsoft Excel) loader for arbitrarily-sized / big-size files
portacle - A portable common lisp development environment
seed7 - Source code of Seed7
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.