On 08/09/12 14:49, Andy Bennett wrote:
> Hi,
> 
> I have Iceweasel (Firefox) 10.0.7 from Debian Wheezy (Testing).
> 
> 
>>   http://www.call-with-current-continuation.org/spock/test.html
> 
> (eq? car car) FAIL
> 
> (not (eq? (quote bitBlt) (string->symbol "bitBlt"))) FAIL
> 
> (not (string->number "1e3" 16)) FAIL
> 
> tests succeded: 204
> tests failed: 3
> total number of tests: 207

I too have suffered some inattention to details:

(string->symbol #t) ==> #t
BUT EXPECTED #f

(#<procedure> 34 5 7 38 6) ==> NaN
BUT EXPECTED 38

Map is call/cc safe, but probably not tail recursive or inefficient.

(every-of #t)
=> #f ; *** wrong ***, desired result:
=> #t

correct examples : 156
wrong examples : 1






Regards,
@ndy

-- 
andy...@ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to