pika-dev
[Top][All Lists]
Advanced

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

[Pika-dev] Dropping the \U+xxxx. syntax for unicode characters in string


From: jivera
Subject: [Pika-dev] Dropping the \U+xxxx. syntax for unicode characters in strings
Date: 29 Jan 2004 19:03:11 -0000

After having implemented the "\(...)" syntax for string embedding
(where that whole substring gets replaced by the character represented
by "#\..."), I'd like to recommend the "\U+xxxx." syntax for Unicode
characters be dropped in favour of the above mentioned syntax --
i.e. "\U+10A." would instead be written as "\(U+10A)".  

Rationale: reuse of character lexing code, less complicated logic
(only one syntax for multi-character escapes), and less error prone
syntax (I wouldn't have noticed the . in the \U+xxxx. syntax if
someone had not pointed it out on srfi-50).

Thougts?

-jivera




reply via email to

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