On Fri, Jul 31, 2009 at 8:14 AM, Alejandro Forero
Cuervo<a...@freaks-unidos.net> wrote:
>  (when (negative? (abs 2147483648))
>    (set! abs
>      (lambda (x)
>        (if (negative? x)
>          (- x)
>          x))))
>
> It seems to workaround the problem.

#;5> (abs 12345678901)
539222987

I don't think so.


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

Reply via email to