This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Case-sensitivity.


Jim Blandy <jimb@red-bean.com> writes:
> Hmm.  After bothering to find a copy of R4RS on the web, I see that
> even R4RS wants identifiers to be case-insensitive.  Guile is supposed
> to implement R4RS by default... :(
> 
> So maybe that default should change.
> ...
As long as I can put 

(read-disable 'case-insensitive)

in my .guile or in any startup script it really doesn't matter, but I
agree to earlier comments that this may not be the preferable solution
for a multi-language interpreter.

	Best regards
	Roland Orre