Paul Argentoff wrote: > On Friday 03 October 2003 18:37, Joel VanderWerf wrote: > > >>hash_maker = proc do |h, k| >> h[k] = Hash.new(&hash_maker) >>end > > > :))) Exmaple is worthy of a Haskell tutorial :))) > > The problem is, afaik, that I tried to do THAT with Ruby 1.6 :-/ It might work with the shim module, from RAA.