Skip to content

sbcl: Add 2.3.10 #3020

Merged
merged 1 commit into from
Nov 23, 2023
Merged

sbcl: Add 2.3.10 #3020

merged 1 commit into from
Nov 23, 2023

Commits on Nov 9, 2023

  1. sbcl: Add 2.3.10

    >Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
    >compiler. It is open source / free software, with a permissive
    >license. In addition to the compiler and runtime system for ANSI
    >Common Lisp, it provides an interactive environment including a
    >debugger, a statistical profiler, a code coverage tool, and many other
    >extensions.
    -- https://www.sbcl.org/index.html
    
    `make.sh` calls the `clean.sh` script which deletes i.e. all `sbcl`
    binaries inside the directory and its subdirectories. To bootstrap
    sbcl the binary has to be in another directory. For simplicity ${S}
    was choosen. In future versions this isn't gonna be necessary.
    niclas committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3489d6e View commit details
    Browse the repository at this point in the history