21
03
2009
2009
Common Lisp helpers
clbuild
The straight-forward way to install libraries. Combine that with SBCL's (require 'system-name) and you are pretty much set.
Quicklisp
Just (ql:quickload 'library-name).
Libraries
- HTTP client: Drakma (one among many nice libraries by Edi Weitz)
- Regular expressions, other string manipulations: CL-PPCRE
- XML/HTML parsing: CXML-STP, PLEXIPPUS-XPATH, CLOSURE-HTML
Zach's journal
And especially these two posts:
Miscellaneous
...and now I can close a few more tabs from my browser. Phew.
Updated 22/04/2013.