Newbie question: find CURL like functionality in Lisp
I am a newbie in lisp trying to write a program to download a page content from the internet. I'm pretty sure that there should be such functionality in some of the packages. What package is suited b开发者_开发知识库est for this purpose?
Thanks.
Try CL-Curl: http://common-lisp.net/project/cl-curl
精彩评论