unofficial Guile 1.4.1.100 available
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
folks,
bugfix release for a botched search-and-replace (symptom: network
address references always resolved to localhost).
here is an example of the corrected behavior:
guile> (version)
"1.4.1.100"
guile> (use-modules (www http) (www url))
guile> (http:head (url:parse "http://www.glug.org"))
#("HTTP/1.1" "200" "OK" ((content-type . "text/html") ...) "")
what can i say? pebkac, feh.
http://www.glug.org/people/ttn/software/guile/
thi
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user