Re: ES4 note: Reserved namespaces

2008-04-28 Thread Waldemar Horwat
I agree with everything except: * reserved namespaces may not be aliased (ie they are illegal on the right hand side of = in namespace ns1 = ns2) If we want to make reserved namespaces into keywords, that might be ok. However, at the current time they're not keywords, and one could write:

Re: Iteration in ES4

2008-04-28 Thread Waldemar Horwat
Brendan Eich wrote: On Apr 25, 2008, at 2:08 PM, Brendan Eich wrote: for (prop in obj) { ... obj[prop] ... } to look like for each (value in obj) { ... value ... } where obj might be an Array. The symmetry between for-each-in and for- in that E4X half-supports (viz,

Next meeting

2008-04-28 Thread Waldemar Horwat
Are we having a meeting in Vancouver? What day and time and what's the agenda? Waldemar ___ Es4-discuss mailing list Es4-discuss@mozilla.org https://mail.mozilla.org/listinfo/es4-discuss

Re: Iteration in ES4

2008-04-28 Thread Brendan Eich
On Apr 28, 2008, at 6:04 PM, Waldemar Horwat wrote: Brendan Eich wrote: On Apr 25, 2008, at 2:08 PM, Brendan Eich wrote: for (prop in obj) { ... obj[prop] ... } to look like for each (value in obj) { ... value ... } where obj might be an Array. The symmetry between

RE: Next meeting

2008-04-28 Thread Lars Hansen
To my knowledge we are not having a meeting in Vancouver. The next scheduled meeting for ES4 work is the TC meeting in San Francisco at the end of May. --lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waldemar Horwat Sent: 28. april 2008

RE: ES4 note: Reserved namespaces

2008-04-28 Thread Lars Hansen
-Original Message- From: Waldemar Horwat [mailto:[EMAIL PROTECTED] Sent: 28. april 2008 18:39 To: Lars Hansen Cc: es4-discuss Subject: Re: ES4 note: Reserved namespaces I agree with everything except: * reserved namespaces may not be aliased (ie they are illegal on the