[gambit-list] define-macro bug?
Christian Jaeger
christian at pflanze.mine.nu
Fri Apr 27 05:53:42 EDT 2007
sigh, sorry about the messed-up formatting of my mails from lately, I've
moved to using IMAP and thus Thunderbird/Icedove but the latter is quite
buggy. (Hoping to use Gnus on IMAP efficiently some time.)
(define (solve-confs-248)
(let ((n (number-between 1 8))
(d (number-between 1 256)))
(let* ((m (expt (+ d 1) n))
(v (if (> m n) m n))
(t (+ n m v)))
(assert (<= t 248))
(list n d m v t ))))
More information about the Gambit-list
mailing list