[Python-ideas] User-defined literals

Yury Selivanov yselivanov.ml at gmail.com
Fri Jun 5 04:11:17 CEST 2015



On 2015-06-04 7:02 PM, random832 at fastmail.us wrote:
> On Thu, Jun 4, 2015, at 18:13, Yury Selivanov wrote:
>> >FWIW, numbers (as well as strings) are immutable in JavaScript.
> numbers and strings are, but Numbers and Strings aren't. Remember, in
> Javascript, the former aren't objects.

I know. Although you can't mutate the inner-value of Number or
String objects, you can only attach properties.

Yury


More information about the Python-ideas mailing list