Re: ES4 note: Reserved namespaces

2008-04-29 Thread Waldemar Horwat
Lars Hansen wrote: -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

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: 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

ES4 note: Reserved namespaces

2008-04-17 Thread Lars Hansen
We've had this notion for a while that some namespaces are reserved, that is, you can't use them for your own properties except in well-defined ways. The notion of reserved namespaces seems to be important for future-proofing the language: we may wish to introduce new names in those namespaces