Fred Martin wrote on 02/15/2016 11:25 AM:
In my case presently, "long-computation" is gathering up results from a bunch of net queries, and the result is a list of hash objects.
Does this (either one) do what you want? (define important-object (list (make-hash '((a . 1) (b . 2))) (make-hash '((c . 3) (d . 4))))) (define important-object '(#hash((a . 1) (b . 2)) #hash((d . 4) (c . 3)))) Neil V. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.