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: 13 MB
Authors: Various
Default path: %HOMEDRIVE%\Programs\sbcl2
pbox install sbcl2
Show pbox.xml
<pbox version="1.0">
<name>sbcl2</name>
<title>Steel Bank Common Lisp 2</title>
<version>2.4.2</version>
<group>compiler</group>
<archs>64</archs>
<msiFile>sbcl2-2.4.2.msi</msiFile>
<homedir>%HOMEDRIVE%\Programs\sbcl2</homedir>
<install>
<msi>.\msi\${msiFile}=/quiet ADDLOCAL=ALL TARGETDIR="${homedir}" INSTALLDIR="${homedir}" ALLUSERS=1</msi>
<env>SBCL2_HOME=${homedir}</env>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/quiet</unmsi>
<unenv>SBCL2_HOME</unenv>
<remove>${homedir}</remove>
</uninstall>
</pbox>