Python was designed (was Re: Multi-threading in Python vs Java)

Chris Angelico rosuav at gmail.com
Fri Oct 18 00:53:27 EDT 2013


On Fri, Oct 18, 2013 at 3:45 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> I don't know about TCL, but in Hypertalk, when I said everything is a
> string, I meant it. If you want a list of strings, you create one big
> string using some delimiter (usually spaces, commas or newlines).

Fair enough. As a system, that works reasonably cleanly... if a little
inefficiently, since you need to delimit everything. But hey, your
arrays are first-class objects by definition, and that's a good thing!

ChrisA



More information about the Python-list mailing list