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: 9 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-portable</version>
<group>compiler</group>
<archs>64</archs>
<zipFile>archive.7z</zipFile>
<homedir>%HOMEDRIVE%\Programs\sbcl2</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}" ${name}</script>
<env>SBCL2_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>SBCL2_HOME</unenv>
</uninstall>
</pbox>