From: Yukihiro Matsumoto Date: 2004-09-06T09:36:14+09:00 Subject: Re: OK... :) question about hash and array literals Hi, In message "Re: OK... :) question about hash and array literals" on Mon, 6 Sep 2004 08:50:15 +0900, Bill Guindon writes: |Personally, I'd like it to remember the order you added things in, use |that ordering when iterating through the hash, and _optionally_ use it |for compares. Hmm, I thought hash order would be ignored always for compares. Optional use of order is an interesting idea, although I want better looking API than | {1=>2, 3=>4}.ordered != {3=>4, 1=>2}.ordered matz.