[r6rs-discuss] Case sensitivity
Chris Hanson
cph at chris-hanson.org
Mon Feb 23 20:10:54 EST 2009
On Mon, Feb 23, 2009 at 5:07 PM, Joe Marshall <jmarshall at alum.mit.edu> wrote:
> Suppose I have a non-hygienic macro that introduces an identifier
> named `Foo' and you wish to use it within a case-insensitive file.
> If your external code has already been down-folded, it will never
> be able to access the binding.
You'd need to use case-sensitive quoting in that case, like the ||
notation of MIT Scheme.
More information about the r6rs-discuss
mailing list