On 12 March 2014 17:16, Alex Shinn <alexsh...@gmail.com> wrote:
>
> Then change your cond-expand to:
>
> (cond-expand
>  ((or chicken gauche)  ; compatibility
>   (use srfi-13))
>  (else                 ; R7RS
>   (import (scheme base) (scheme write))))
>
>
That works. Thanks!

I have updated the page on Rosetta Code. It now works correctly on Chicken,
Gauche, Chibi and I also added Kawa. Thanks for the explanation.

Cheers,
Daniel.
-- 
When an engineer says that something can't be done, it's a code phrase that
means it's not fun to do.
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to