At Sat, 01 Mar 2008 18:34:03 -0500, tom sgouros wrote: > When mzscheme is initializing the fields with init-field, is > the order guaranteed? Is init-field more like a let* or a let? Yes, the order is guaranteed, so it's more like `let*' (though MzScheme guarantees an order for `let', too). Matthew