[r6rs-discuss] [Formal] copy/paste error in inexact-make-polar's example

From: Jed Davis <r6rs>
Date: Thu Oct 5 22:04:20 2006

On Thu, Oct 05, 2006 at 08:10:02PM -0400, Jed Davis wrote:
>
> Description: At the end of section 16, on page 107, after
> inexact-make-rectangular's behavior is demonstrated, there follows
> an example with the obvious polar coordinates, but passed to
> inexact-make-rectangular again rather than inexact-make-polar.

And likewise with plain make-rectangular and make-polar on p. 42; I
hadn't noticed that one yet when I submitted my comment.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
Received on Thu Oct 05 2006 - 22:04:14 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC