My favorites | Sign in
Project Logo
                
Show all Featured downloads:
cl-web-crawler_0.02.tar.gz
Feeds:
People details
Project owners:
  asokoloski
Project committers:
lispercat

A (very basic) web crawling library for common lisp.

Little attention has been paid to efficiency, but since this is the only web-crawling library I can find for CL, hopefully it will get better. It could be a lot better :)

Patches and suggestions welcome! Send to asokoloski (but no spam!) at gmail . com

Usage:

(web-crawler:start-crawl "http://start/url"

(lambda (uri page-text)
(do-something-with (or uri page-text))))









Hosted by Google Code