Re: Default iterator

2012-06-25 Thread David Herman
On Jun 20, 2012, at 9:37 PM, Erik Arvidsson wrote: In our previous discussion I had come to the understanding that the default iterator would use a private name. The main benefit for using a private name is to not pollute the property name space. import iterator from '@iter'; myObject

Re: Default iterator

2012-06-21 Thread Jason Orendorff
On Wed, Jun 20, 2012 at 11:37 PM, Erik Arvidsson erik.arvids...@gmail.com wrote: In our previous discussion I had come to the understanding that the default iterator would use a private name. The main benefit for using a private name is to not pollute the property name space. Can you give

Re: Default iterator

2012-06-21 Thread Allen Wirfs-Brock
On Jun 20, 2012, at 9:37 PM, Erik Arvidsson wrote: Jason Orendorff updated the iterator proposal a bit. Thank you Jason. I'd like to point out an issue with it though. In our previous discussion I had come to the understanding that the default iterator would use a private name. The main

Default iterator

2012-06-20 Thread Erik Arvidsson
Jason Orendorff updated the iterator proposal a bit. Thank you Jason. I'd like to point out an issue with it though. In our previous discussion I had come to the understanding that the default iterator would use a private name. The main benefit for using a private name is to not pollute