chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Review my Caesar Cipher?


From: Claude Marinier
Subject: Re: [Chicken-users] Review my Caesar Cipher?
Date: Tue, 18 Mar 2014 21:06:19 -0400 (EDT)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]