Quoth l...@gnu.org (Ludovic Courtès):
> Sebastian Tennant writes:
>
>> (define (upload name)
>>(and=> (uploads name) car))
>
> [...]
>
>> P.S. Documentation bug - the procedure 'and=>' is missing from the
>> manual. What's the difference between the way the upload procedure
>> is w
Sebastian Tennant writes:
> (define (upload name)
>(and=> (uploads name) car))
[...]
> P.S. Documentation bug - the procedure 'and=>' is missing from the
> manual. What's the difference between the way the upload procedure
> is written above and simply:
>
> (define (upload
Quoth Thien-Thi Nguyen :
> () Sebastian Tennant
> () Sun, 10 May 2009 16:21:29 +
>
> (with-output-to-file (string-append USER-UPLOAD-DIR upload-fname)
> (lambda ()
> (display upload)))
>
> Perhaps you can convert the string in variable `upload' to a uniform vector
> and