[clfswm-devel] CLFSWM with QuickLisp
Philippe Brochard
pbrochard at common-lisp.net
Tue Nov 9 22:06:27 UTC 2010
Hi list,
I'm happy to say that CLFSWM has been added to QuickLisp:
http://www.quicklisp.org/
It's fantastic to see how it's easy to setup a running CLFSWM (or
another library) from a fresh Lisp install.
Here is an example:
* The QuickLisp installation:
--------------------------------------------------
$ wget http://beta.quicklisp.org/quicklisp.lisp
$ your lisp (clisp, sbcl, cmucl, ccl, ecl...)
> (load "quicklisp.lisp")
> (quicklisp-quickstart:install)
> (ql:add-to-init-file)
--------------------------------------------------
Here, '$' is the shell prompt and '>' is the Lisp prompt.
* And then in a display without a window manager or a new display
launched with 'startx -- :1' for example:
--------------------------------------------------
$ your lisp (clisp, sbcl, cmucl, ccl, ecl...)
> (ql:quickload "clfswm")
> (clfswm:main)
--------------------------------------------------
And that's it. CLFSWM is running.
Nice. No?
Regards,
Philippe
More information about the clfswm-devel
mailing list