
23 Aug
2006
23 Aug
'06
10:53 p.m.
Moreover, I think we need to find a common way to specify cl-launch files. For example, stumpwm can be loaded through CMUCL or SBCL, thus the script in /usr/bin/stumpwm cannot have the SBCL option hardcoded (because files in /usr should not be edited by the administrator). You can normally pass --lisp "sbcl cmucl clisp" as an argument thus you can easily set LISPS="list of CL implentations separated by spaces". I personally used to use this when on Gentoo GNU/Linux: cl-launch --output ~/bin/mystumpwm --lisp "sbcl clisp" \ --system stumpwm --init '(stumpwm:stumpwm ":0")' Xavier