Bonjour,

Just for fun, I tried running the current Rosetta code with the TinyScheme interpreter. It has case-insensitive symbols, so it failed interestingly. The solution is to change the variable names (because otherwise 'A' is the same as 'a').

The Scheme FAQ ( http://community.schemewiki.org/?scheme-faq-language ) states that this is defined in R5RS. Chicken is case-sensitive. Is this commonly ignored?

Thanks.

--
Claude Marinier

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

Reply via email to