sbcl
seed7
Our great sponsors
sbcl | seed7 | |
---|---|---|
33 | 31 | |
1,493 | 93 | |
2.1% | - | |
9.9 | 9.4 | |
5 days ago | 6 days ago | |
Common Lisp | C | |
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).
seed7
-
Seed7 version 2022-06-26 released on GitHub and SF
Syntax highlighting for the Nano editor has been added. Many thanks to Duke Normandin for creating seed7.nanorc.
-
Installing and Using the Seed7 Programming Language in Ubuntu (Blog Post)
I improved the explanation in read_me.txt. Now make test is recommended but considered optional as it can also be done later. With make test you can be sure that most of the language works as expected (graphics, sockets and some other things are not tested). Explaining that su should not be used for some commands would probably just add confusion. :-)
-
Seed7 version 2022-05-22 released on GitHub and SF
This release is available at GitHub and SF. There is also a Seed7 installer for windows, which downloads the newest version from SF. The Seed7 Homepage stays at its usual place.
-
The Julia language has a number of correctness flaws
If you don't like the Seed7 Homepage at SF you can go to GitHub, Rosetta Code or r/seed7 instead.
-
Hello Letlang! My programming language targeting Rust
I have also created a programming language. Look for the Seed7 Homepage, Seed7 at GitHub, the Reddit group r/seed7 and Seed7 at Rosetta Code.
-
How would you change/remake your favourite programming language? (Inspired by a post on r/javascript)
Beside the Seed7 Homepage there other sources of information. Several example programs can be found at Rosetta Code. Announcements and discussions take place at r/seed7. Discussions are also in the Seed7 mailing list and announcements are also here. Seed7 is also at GitHub and in Wikipedia.
-
You need to stop idolizing programming languages.
I just use Emacs without any syntax highlighting for Seed7. Others contributed syntax highlighting files. For vim there is seed7/doc/seed7.vim and seed7/doc/sd7.vim. There is also seed7/doc/seed7.syn and seed7/doc/seed7.uew.
You can find all the released versions of Seed7 at SF and GitHub. There is also r/seed7 where I do announcements.
-
Seed7 version 2022-04-10 released on GitHub and SF
This release is available at GitHub and SF. There is also a Seed7 installer for windows, which downloads the newest version from SF. The Seed7 Homepage stays at its usual place.
-
What's New in Ada 2022
If you are interested in Seed7 you can take a look at its Homepage, its FAQ, its place at GitHub or at r/seed7.
What are some alternatives?
ccl - Clozure Common Lisp
xvm - Ecstasy and XVM
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.
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
ghc - Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).
portacle - A portable common lisp development environment
Co-dfns - High-performance, Reliable, and Parallel APL