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

Re: forcing delimiters after escapes in quoted strings

This page is part of the web mail archives of SRFI 75 from before July 7th, 2015. The new archives for SRFI 75 contain all messages, not just those from before July 7th, 2015.



At Mon, 11 Jul 2005 09:32:18 -0700, Ray Blaak wrote:
> So, will we be able to have strings like "\x41bc" be interpreted as 
> "abc" or will it become an error?

It will be "Abc".

> Forcing it to be "\x41 bc" will become unbearably tedious and confusing 
> to readers also used to programming in other languages.

I'm not sure where this suggest of delimiters comes from. In the
current SRFI, "\x41 bc" is the same as "A bc".

Matthew