A super simple web crawler written in Common LISP as a LISP101 semester project in 2009.
Find a file
2015-05-21 14:46:23 +02:00
crawler.lisp Actually remembered to add the crawler file now :P 2015-05-21 14:46:23 +02:00
LICENSE Initial commit 2015-05-21 14:39:19 +02:00
README.md Added the crawler code 2015-05-21 14:45:00 +02:00

clisp-webcrawler

A super simple web crawler written in Common LISP as a LISP101 semester project in 2009.

Should probably not be used for anything, since it was written explicitly as a learning excercise.

Requires drakma for handling HTTP-requests.