On Sun, 12 Jun 2005 11:52:10 +0100 (BST), <[EMAIL PROTECTED]> wrote:
> I'm responding to the call on comp.lang.lisp to test CMUCL
> 19b pre-release.
>
> CL-USER(4): (remove-duplicates
>            '(2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20)
>            :test (lambda (prime candidate)
>                    (zerop (mod candidate prime)))
>            :from-end t)
>=> (2 3 5 7 11 13 17 19)
>
> but CMUCL 19b lets all the numbers through the sieve.

So does 19a-April-2004.

> This problem occurs on my shiny new build of FreeBSD 5.4

Linux "2.6", on Gentoo.


-- 
A sharp edge requires constant honing.


Reply via email to