Stats
Basic sbcl repo stats
0
1,310
0.0
7 days ago
sbcl/sbcl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Sbcl Alternatives
Similar projects and alternatives to sbcl based on common topics and language
-
cloc
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
medley
The main repo for the Medley Interlisp project. Other repositories are maiko (the VM implementation) and Interlisp.github.io (web site sources)
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better sbcl alternative or higher similarity.
Posts
Posts where sbcl has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-02-25.
- Static Executables with SBCL v2
-
I’m steeped enough in Rust that I don’t know if writing while (true) { } brings others the same satisfaction as I get from loop { }
loop-constant-fold-if-possible, easy just ask the question first and then implement it.
-
"Interlisp is a very large software system"
About 15% of which are two files https://github.com/sbcl/sbcl/blob/master/src/code/external-formats/enc-jpn-tbl.lisp https://github.com/sbcl/sbcl/blob/master/src/code/external-formats/enc-cn-tbl.lisp
-
Has There Been A Common Lisp Implementation With
I think it can only pin objects in a dynamic scope, not as a permanent bit. Here’s the code in SBCL. Also, I think it pins the page, not the object, so other things get inadvertently pinned.