Re: read-header procedure of (web http) module has a bug?

2012-04-25 Thread Sunjoong Lee
This is not a question; are examples. Yesterday, Noah gave me an answer and I tanks. 2012/4/25 Noah Lavine > > Yes, that's right. And procedures at one level can always call to > procedures at a higher level, but not the other way around. ;;; filename: called1.scm (define (calling arg) (called

A question about http-get of (web client)

2012-04-25 Thread Sunjoong Lee
First, here is an example of http-get: (use-modules ((web uri)#:select (string->uri)) ((web client) #:select (http-get))) (call-with-values (lambda () (http-get (string->uri "http://www.gnu.org/software/guile/";))) (lambda (re