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.

Tuesday, April 27, 2004

Resolver 0.1 released! 

With some great help from Nikodemus Siivola and Rahul Jain, I was finally able to get my resolver library packaged up as a simple 0.1 release. Resolver has dependencies on UFFI. It's automagically installable using asdf-install using the following incantations.


* (require 'asdf)
* (require 'asdf-install)
* (asdf-install:install 'resolver)

Check out CLiki's asdf-install page for more information.

You should then be able to use it in SBCL as follows.


* (require 'asdf)
* (require 'resolver)
* (use-package 'resolver)
* (lookup "www.findinglisp.com" 'mx) ;; etc...

If you use Resolver in any interesting projects, I'd love to hear about them.


Comments:
Post a Comment


Links to this post:

Create a Link

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