Phrogz wrote: > Coming to Ruby from JavaScript (among other paths) I personally dislike > Ruby's two-character Hash delimiter. It's been brought up before, and I > know that the colon makes it harder to parse with symbols, but I wish > we had a one-char (preferably without shift on an English keyboard > layout) hash delimiter. > > hash = [ foo:bar, whee~la, dunno|what, delimiter=wouldbe ] > > Heck, even two no-shift chars would be a nice improvement: > > hash = [ foo--bar, jim..jam ] > > ...but now I'm hijacking the thread. We already do; it's just that the pompous popinjays refuse to use it. { :gee, 'whiz', :gosh, 'darn' } ==>{:gee=>"whiz", :gosh=>"darn"}