Name: Anonymous 2012-01-21 4:59
I'm new to weakly typed high level scripting languages and such. Both JavaScript and Python seem to support objects which are like.. not really objects. But lumps you sort of deform however you like at run time by just appending shit willy nilly. How is this a good thing? When is this a good thing? Even inheritance get messy as all hell. Is there even a situation where this is a good thing besides inheritance?