This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

request http with common lisp

2 posts · 1186 views

hi,
we have a project in common lisp to make a parser of a website. this parser take the URL of the website like argument en return some speacial information about the website. my problem is I don't know how the to connect in the website using only the url. if you have an exemple of a program to do it please help me.

thanks

Re: request http with common lisp

Drakma can be used to get the page, and Closure HTML to parse it.
"Just throw more hardware at it" is the root of all evil.
Svante