Re: Feature proposal: \x## notation in strings
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Feature proposal: \x## notation in strings
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2009年3月11日 12:14:28 -0300
> This is also my opinion. Hex escape sequences feel more natural than
> decimal ones (at least to programmers) :) It would be interesting to
> know why decimal ones were chosen in the first place ?
This may sound weird, but I know many people that grew up comfortable
with decimal numbers... (Also, we wanted to make easy the encoding of
IPs ;)
-- Roberto