sbcl
cloc
Our great sponsors
sbcl | cloc | |
---|---|---|
33 | 15 | |
1,493 | 14,270 | |
2.1% | - | |
9.9 | 7.8 | |
5 days ago | 7 days ago | |
Common Lisp | Perl | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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
-
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).
cloc
-
Retrieve lines from a GitHub repo by a command
If you use cloc, you can count code without empty lines and comments.
- Cloc – counts blank lines, comment lines, and physical lines of source code
-
After 5 years of development, countless lines of code, every musical note composed, both 2D and 3D assets brought to life, my game Winter Ember is finally out next week. I got to be honest, I'm a little nervous...
Hahah. I used some command line tool that my friend told me about: https://github.com/AlDanial/cloc
-
I've created a (simpler) web version of CLOC. Makes massive use of web-worker and the new file system access api. Feedbacks are welcomed
CLOC -> Count Lines Of Code (original software https://github.com/AlDanial/cloc )
CLOC -> count lines of code (original cloc library)
-
Neofetch for Git repository
I personally use cloc but there's also a list of other counters here
- Mako – a full Bitcoin implementation in C
- Just how different is native app development experience from Flutter?
-
What text editor do you use?
FYI, cloc gives a total of 67057 lines of code for kakoune (91577 line counting blanks and comments). Can you give more details on how you obtained 200k ?
- Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
What are some alternatives?
ccl - Clozure Common Lisp
scc - Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
abcl - Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
tokei - Count your code, quickly.
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
lisp-xl - Common Lisp Microsoft XLSX (Microsoft Excel) loader for arbitrarily-sized / big-size files
seed7 - Source code of Seed7
kakoune-python-bridge - Send selections to python while keeping history of previous commands