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.
Size: 8 MB
Authors: Various
Default path: %HOMEDRIVE%\Programs\sbcl1-64
pbox install sbcl1-64
Show pbox.xml
<pbox version="1.0">
<name>sbcl1-64</name>
<title>Steel Bank Common Lisp 1-64</title>
<version>1.4.14-portable</version>
<group>compiler</group>
<archs>64</archs>
<zipFile>archive.7z</zipFile>
<homedir>%HOMEDRIVE%\Programs\sbcl1-64</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}" ${name}</script>
<env>SBCL_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>SBCL_HOME</unenv>
</uninstall>
</pbox>