mijn-design

a developer’s life

Archive for June 19th, 2006

Sawfish – a LISPy WindowManager

Posted by Michael on June 19, 2006

It took a while till I realized that sawfish's script language is a LISP dialect.
Ok, it's not up-to-date but still working, small and fast. I like it ;-)

And I found a lot of some on the internet

More infos I'll add to my website.

Posted in LISP, Linux | Leave a Comment »

Lisp on Gentoo Linux: Apache2/mod_lisp2/TBNL

Posted by Michael on June 19, 2006

About my problems getting into LISP and understand what's going on I'll write another time.

As I already wrote Gentoo Linux is running on my workstation and many LISP implementations/libraries are integrated into Portage. Already some time ago I managed to get Portable AllegroServe working on SBCL on my server.
Now I wanted Apache2 working with mod_lisp2 as an alternative. First I tried this modlisp-pcl-guide.html, but soon I realized that installation of mod_lisp2 a file 10_mod_lisp2.conf added to /etc/apache2/modules.d, so no changes to the configuration where necessary. But it didn't work yet.
Searching the internet I came across this  Bill Clementson's Blog: Apache2 now supported by mod_lisp and TBNL. So I emerged the additional files, red about installation on TBNL – A Toolkit for Dynamic Lisp Websites and the tests worked right away !!!

Posted in LISP, Linux | 1 Comment »