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: 12 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</version>
<group>compiler</group>
<archs>64</archs>
<msiFile>sbcl1-64-1.4.14.msi</msiFile>
<homedir>%HOMEDRIVE%\Programs\sbcl1-64</homedir>
<install>
<msi>.\msi\${msiFile}=/quiet ADDLOCAL=ALL TARGETDIR="${homedir}" INSTALLDIR="${homedir}" ALLUSERS=1</msi>
<env>SBCL_HOME=${homedir}</env>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/quiet</unmsi>
<unenv>SBCL_HOME</unenv>
<remove>${homedir}</remove>
</uninstall>
</pbox>