From: Phrogz Date: 2006-08-22T08:25:14+09:00 Subject: Re: A use case for an ordered hash 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.