John Porter writes: > I think as long as equivalent (and better!) functionality is available, > through equivalently terse syntax, who's to care? Why is > > $h{'foo'} = 'bar'; > > instrinsically preferable to > > assoc( %h, 'foo', 'bar' ); I'm horrified you have to ask this question. Perl makes easy things easy. Hashes are bloody useful, as the last decade of Perl has borne out. They deserve syntactic support because they're used a lot and are worthy of a shorthand. Anybody who seriously suggests that something that is commonly used in Perl should become *harder* (also aka longer to type) needs mental realignment. There are many bad ways to do things, and I think this is one of them. Nat
- Re: RFC 84 (v1) Replace => (stringifying c... Jonathan Scott Duff
- Re: RFC 84 (v1) Replace => (stringifying c... Chaim Frenkel
- Re: RFC 84 (v1) Replace => (stringifying c... John Porter
- Re: RFC 84 (v1) Replace => (stringifying c... John Porter
- Re: RFC 84 (v1) Replace => (stringifying c... Kai Henningsen
- Re: RFC 84 (v1) Replace => (stringifying c... Dan Sugalski
- Re: RFC 84 (v1) Replace => (stringifying c... Nathan Torkington
- Re: RFC 84 (v1) Replace => (stringifying c... Karl Glazebrook
- Re: RFC 84 (v1) Replace => (stringifying c... Chaim Frenkel
- Hashes vs arrays (was Re: RFC 84 (v1) Replace... Jeremy Howard
- Re: RFC 84 (v1) Replace => (stringifying comma... Nathan Torkington
- Re: RFC 84 (v1) Replace => (stringifying c... John Porter
- Re: RFC 84 (v1) Replace => (stringifying c... Jonathan Scott Duff
- Re: RFC 84 (v1) Replace => (stringifying comma) wit... Stephen P. Potter
- Re: RFC 84 (v1) Replace => (stringifying comma... Nathan Torkington
- Re: RFC 84 (v1) Replace => (stringifying c... Kai Henningsen
- Re: RFC 84 (v1) Replace => (stringifying comma... Damien Neil
- Re: RFC 84 (v1) Replace => (stringifying c... Russ Allbery
- Re: RFC 84 (v1) Replace => (stringifying c... Stephen P. Potter
- Re: RFC 84 (v1) Replace => (stringifying c... Ariel Scolnicov
- Re: RFC 84 (v1) Replace => (stringifying c... Russ Allbery