[Python-ideas] Add list.join() please

Alex Shafer ashafer at pm.me
Tue Jan 29 19:09:55 EST 2019


1) I'm in favor of adding a stringify method to all collections

2) strings are special and worthy of a "special case" because strings tend to be human readable and are used in all kinds of user interface.

-------- Original Message --------
On Jan 29, 2019, 16:04, Steven D'Aprano wrote:

> On Tue, Jan 29, 2019 at 10:51:26PM +0100, Jamesie Pic wrote:
>
>> What do you think of list.stringify(delim) ?
>
> What's so special about lists? What do you think of:
>
> tuple.stringify
> deque.stringify
> iterator.stringify
> dict.keys.stringify
>
> etc. And what's so special about strings that lists have to support a
> stringify method and not every other type?
>
> list.floatify
> list.intify
> list.tuplify
> list.setify
> list.iteratorify
>
> Programming languages should be more about composable, re-usable general
> purpose components more than special cases.
>
> --
> Steve
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190130/0b9f3c4b/attachment.html>


More information about the Python-ideas mailing list