Tab Atkins Jr. (2014-06-09T17:03:28.000Z)
On Mon, Jun 9, 2014 at 8:33 AM, Erik Arvidsson <erik.arvidsson at gmail.com> wrote:
> Most of these could just be methods of iterators and then they could be used
> for different data structures seemlessly.

In other words, just look at what Python did, and only change things
when you're sure there was a mistake; Python got a lot of this correct
from the start, and the legacy cruft is pretty minimal.

~TJ
domenic at domenicdenicola.com (2014-06-10T19:33:05.226Z)
In other words, just look at what Python did, and only change things
when you're sure there was a mistake; Python got a lot of this correct
from the start, and the legacy cruft is pretty minimal.