-[ Tue, Apr 26, 2011 at 11:21:42AM +0200, Andy Wingo ]---- > > is there a library for requesting an url? and get the contents? > > like python's http://docs.python.org/library/urllib.html > > Not yet, no. There exist libraries for URIs and HTTP requests and > responses, but Guile doesn't have an API to tie them together (yet?).
Something similar to python's twisted would be extra cool IMO. Just in case someone feels the motivation :)