There was a recent proposal on the PHP-DEV list to add a syntax similar to
Python's for arrays (in PHP, arrays serve as both lists and dictionaries,
though usually not at the same time. ;) Though several of the language
developers were marginally positive about the idea, I found it interesting
how much of a controversy ensued.
I'm really starting to think that much of a given language's style is
arbitrary; the rationalization s come later, once the fear of change sets
in.
--
..:[ dave benjamin (ramenboy) -:- www.ramenfest.com -:- www.3dex.com ]:.
: d r i n k i n g l i f e o u t o f t h e c o n t a i n e r :
Python's for arrays (in PHP, arrays serve as both lists and dictionaries,
though usually not at the same time. ;) Though several of the language
developers were marginally positive about the idea, I found it interesting
how much of a controversy ensued.
I'm really starting to think that much of a given language's style is
arbitrary; the rationalization s come later, once the fear of change sets
in.
--
..:[ dave benjamin (ramenboy) -:- www.ramenfest.com -:- www.3dex.com ]:.
: d r i n k i n g l i f e o u t o f t h e c o n t a i n e r :
Comment