> My ideal language would be a natively compiling cross between C++ and
> Python.  Objects declared with a type would be statically typed, objects 
> not declared with a type would be dynamically typed.  There would also be 
> keywords to declare that class names won't be reassigned and class 
> attributes won't be deleted.  Those attributes would be referred to by 
> offset, not hash table keys.


But those attributes would also exist in the hash table because the referer 
can also use a dynamically created name.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to