Books of Note

Practical Common
LispThe best intro to start your journey. Excellent coverage of CLOS.

ANSI Common
LispAnother great starting point with a different focus.

Paradigms of Artificial Intelligence
ProgrammingA superb set of Lisp examples. Not just for the AI crowd.

Thursday, September 29, 2005

mod_lisp added to Fedora Lisp 

I just added a mod_lisp RPM to the Yum repository at FedoraLisp.org. Enjoy!


Wednesday, September 28, 2005

SBCL 0.9.5 RPMs released 

SBCL 0.9.5 RPMs are up on SourceForge and available through Yum on FedoraLisp.org. Enjoy!

I should also note that:


Saturday, September 24, 2005

Conflicting SBCLs with Yum 

If you're using the Fedora Lisp Yum repository, you should be aware that there is a conflicting build of SBCL that has just become available in Fedora Extras. The SBCL in extras has a larger version number than the one in Fedora Lisp and may be installed in an upgrade or by accident. It appears that this version conflicts with the version of SLIME at Fedora Lisp and so you may find things that were previously working now broken.

To work around this, edit your /etc/yum.repos.d/fedora-extras.repo file and add a line reading exclude=sbcl in there. This will cause Yum to ignore the SBCL in Fedora Extras. You may also have to execute a yum remove sbcl followed by a yum install sbcl if your system is messed up.

I'll try to figure out how we can get this working together better in the future. The good news is, at least SBCL is getting into Fedora Extras.


This page is powered by Blogger. Isn't yours?