[plt-scheme] Re: Unpredictable behaviour of plt Scheme 4.1.5

From: karpik (marcin.karpinski at gmail.com)
Date: Fri Apr 3 19:45:13 EDT 2009

unfortunately not, I use hash tables just as maps and sometimes as
storage. No part of the code depends on the order of items in the hash
table...

On Apr 4, 12:36 am, Eli Barzilay <e... at barzilay.org> wrote:
> On Apr  3, Marcin Karpinski wrote:
>
>
>
> > I know this is a pretty high-level explanation, but I can't for now
> > isolate the problem to few lines of code. Any clues?
>
> Perhaps you're using some kind of hash iteration, and side effects in
> the wrong order lead to bad results?
>
> --
>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                  http://www.barzilay.org/                Maze is Life!
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.