Python design philosophy

Eric Lee Green eric at estinc.com
Thu Jun 29 17:15:33 EDT 2000


Grant Edwards wrote:
> 
> In article <395B6960.26AB52C1 at estinc.com>, Eric Lee Green wrote:
> 
> >> >Mostly because Python doesn't "really" have classes. What Python
> >> >"really" has are hash tables whose entries are objects (either methods
> >> >or other data objects), and some syntactic sugar [...]
> >>
> >> By this logic, all C++ has is pointers and some syntactic sugar.
> >
> >Exactly :-).
> >
> >C++ is syntactic sugar for "C". As should be obvious from the fact that most
> >early C++ compilers generated "C" as their output :-).
> 
> And C is just semantic sugar for assembly...

You mean you've never noticed the resemblence between "C" and PDP-11 assembly
language? :-).

-- 
Eric Lee Green                         eric at estinc.com
Software Engineer                      Visit our Web page:
Enhanced Software Technologies, Inc.   http://www.estinc.com/
(602) 470-1115 voice                   (602) 470-1116 fax



More information about the Python-list mailing list