Common Lisp Async Web Scraping

from blog Lisp journey, | ↗ original
The set of tools to do web scraping in Common Lisp is pretty complete and pleasant. In this short tutorial we’ll see how to make http requests, parse html, extract content and do asynchronous requests. Our simple task will be to extract the list of links on the CL Cookbook’s index page and check if they are reachable. Best read in the Cookbook !...