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, April 29, 2004

CLiki vandal and Resolver library problems on CMUCL 

Daniel Barlow's blog says that CLiki got vandalized the other day and so a bunch of pages had to be restored. It looks like the asdf-install Resolver page got blown away during that, so if you get an error when trying to use asdf-install, try:

(asdf-install:install "http://www.findinglisp.com/packages/resolver/resolver-latest.tar.gz")

in the mean time. Daniel has temporarily halted updates to CLiki to wait out the vandal.

In other news, it looks like the CMUCL problem reported by Dave Pearson is still a problem. For some reason, CMUCL is not executing a

(uffi:load-foreign-library #p"/usr/lib/libresolv.so" 
			   :supporting-libraries '("c"))

form when it loads a compiled file (.x86f for CMUCL). I have no idea why and have appealed to the great Lisp gurus on c.l.l to help me out. If you have any ideas, check out the thread there and let me know.


Comments:
Post a Comment


Links to this post:

Create a Link

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