morning in Python

inhahe inhahe at gmail.com
Sun May 18 06:44:04 EDT 2008


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





More information about the Python-list mailing list