Hacker News new | past | comments | ask | show | jobs | submit login

> It's a convenience so that every iterable object in the world doesn't need to implement a join() method.

The way to do this would be to have an IterableMixin that implements join() (and a load of other stuff) so long as the subclass implements a small number of basic methods.




Sure, but is it up to the programmer to "subclass" or somehow specify that his type implements IterableMixin? Or is it up to the python interpreter to realise that it implements certain functions and automatically do this?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: